add gitignore
Browse files- .gitignore +12 -0
.gitignore
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
### Windows
|
| 2 |
+
# Windows thumbnail cache files
|
| 3 |
+
Thumbs.db
|
| 4 |
+
|
| 5 |
+
# Folder config file
|
| 6 |
+
[Dd]esktop.ini
|
| 7 |
+
|
| 8 |
+
# Recycle Bin used on file shares
|
| 9 |
+
$RECYCLE.BIN/
|
| 10 |
+
|
| 11 |
+
# Windows shortcuts
|
| 12 |
+
*.lnk
|