add gitignore
Browse files- .gitignore +8 -0
.gitignore
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
errors.json
|
| 2 |
+
move-nsfw.sh
|
| 3 |
+
delfiles.sh
|
| 4 |
+
delfiles.bat
|
| 5 |
+
replacefiles.sh
|
| 6 |
+
node_modules
|
| 7 |
+
package.json
|
| 8 |
+
package-lock.json
|