Clean .gitignore, also adding package-lock.json

This commit is contained in:
Hans5958 2023-03-22 21:20:14 +07:00
parent d6d110e28c
commit d6501107ea
2 changed files with 9070 additions and 11 deletions

14
.gitignore vendored
View file

@ -1,29 +1,21 @@
# Secrets
**/**/credentials
credentials
praw
# Temporary files
temp-atlas.json
temp-atlas-manual.json
temp-atlas-manual.txt
temp.json
temp.js
temp-atlas-manual.*
temp.*
temp-read-ids.txt
allCharacters.txt
combined.js
# Excluded files
users.html
oldusers.html
web/_js/minified.js
*.DS_Store
.vscode/
web/atlas-before-ids-migration.json
tools/temp-read-ids.txt
# Build files
node_modules/
/package-lock.json
/yarn.lock
dist*/

9067
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff