@atlashub/smartstack-cli 4.57.0 → 4.59.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +162 -16
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/templates/ralph/gitignore.template +21 -0
package/package.json
CHANGED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# Ralph Weegund - Ignored files
|
|
2
|
+
# These files are generated during Ralph execution
|
|
3
|
+
|
|
4
|
+
# Logs
|
|
5
|
+
logs/
|
|
6
|
+
*.log
|
|
7
|
+
|
|
8
|
+
# Reports (optionally track these)
|
|
9
|
+
# Uncomment to ignore reports:
|
|
10
|
+
# reports/
|
|
11
|
+
|
|
12
|
+
# Temporary files
|
|
13
|
+
*.tmp
|
|
14
|
+
*.temp
|
|
15
|
+
.ralph-session
|
|
16
|
+
|
|
17
|
+
# Lock files
|
|
18
|
+
*.lock
|
|
19
|
+
|
|
20
|
+
# Cache
|
|
21
|
+
cache/
|