Spaces:
Running
Running
Sunhey Cho
commited on
Commit
·
16e07bc
1
Parent(s):
49ce704
Ignore static backup folders and remove previously committed backups
Browse files- .gitignore +3 -0
.gitignore
CHANGED
@@ -26,3 +26,6 @@ dist/
|
|
26 |
# Env files
|
27 |
.env
|
28 |
.env.*
|
|
|
|
|
|
|
|
26 |
# Env files
|
27 |
.env
|
28 |
.env.*
|
29 |
+
|
30 |
+
# Ignore static backups
|
31 |
+
/static_bak_*/
|