create-puck-app 0.11.2-canary.6edef2c → 0.12.0-canary.12cea1e
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/templates/gitignore +6 -6
package/package.json
CHANGED
package/templates/gitignore
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
# Ignore everything
|
2
|
-
*.*
|
1
|
+
# # Ignore everything
|
2
|
+
# *.*
|
3
3
|
|
4
|
-
# Explicitly ignore gitignore without extension
|
5
|
-
gitignore
|
4
|
+
# # Explicitly ignore gitignore without extension
|
5
|
+
# gitignore
|
6
6
|
|
7
|
-
# Except for handlebars files
|
8
|
-
!*.hbs
|
7
|
+
# # Except for handlebars files
|
8
|
+
# !*.hbs
|