Tidy up .gitignore

This commit is contained in:
Hans5958 2022-04-29 09:39:51 +07:00
parent 70c1468994
commit 7c6174d0ec

46
.gitignore vendored
View file

@ -1,25 +1,53 @@
# Secrets
**/**/credentials
credentials
praw
# Temporary files
temp_atlas.json
manual_atlas.json
temp.json
temp.js
allCharacters.txt
combined.js
# Excluded files
users.html
oldusers.html
web/_js/minified.js
allCharacters.txt
combined.js
*.DS_Store
.vscode/
web/atlas-before-ids-migration.json
*.pyc
tools/read-ids-temp.txt
.venv/
# Build files
node_modules/
/package.json
/package-lock.json
/yarn.lock
dist*/
package.json
!tools/ci/package.json
package-lock.json
yarn.lock
.parcel-cache/
# Cache folders
*.pyc
.cache
.parcel-cache
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*
pip-log.txt
pip-delete-this-directory.txt
# Enviroment folders
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/