Spaces:
Running
on
Zero
Running
on
Zero
Haoguang Cai
commited on
Commit
·
6f5e355
1
Parent(s):
8a142a6
Remove .DS_Store files and add gitignore
Browse files- .gitignore +7 -0
- static/.DS_Store +0 -0
.gitignore
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
echo ".DS_Store" >> .gitignore
|
| 2 |
+
echo "__pycache__/" >> .gitignore
|
| 3 |
+
echo "*.pyc" >> .gitignore
|
| 4 |
+
git add .gitignore.DS_Store
|
| 5 |
+
**/.DS_Store
|
| 6 |
+
__pycache__/
|
| 7 |
+
*.pyc
|
static/.DS_Store
DELETED
|
Binary file (6.15 kB)
|
|
|