atlas/.gitignore

53 lines
635 B
Plaintext
Raw Normal View History

2022-04-29 04:39:51 +02:00
# Secrets
2022-04-04 16:39:28 +02:00
**/**/credentials
2017-04-04 20:12:45 +02:00
credentials
praw
2022-04-29 04:39:51 +02:00
# Temporary files
2023-03-21 13:29:18 +01:00
temp-atlas.json
temp-atlas-manual.json
temp-atlas-manual.txt
2022-04-04 18:11:41 +02:00
temp.json
2017-04-04 20:12:45 +02:00
temp.js
2022-04-29 04:39:51 +02:00
allCharacters.txt
combined.js
# Excluded files
users.html
oldusers.html
web/_js/minified.js
*.DS_Store
2022-04-08 03:53:33 +02:00
.vscode/
web/atlas-before-ids-migration.json
2023-03-21 13:29:18 +01:00
tools/temp-read-ids.txt
2022-04-29 04:39:51 +02:00
# Build files
node_modules/
2022-04-29 04:39:51 +02:00
/package-lock.json
/yarn.lock
dist*/
2022-04-29 04:39:51 +02:00
# 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/