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
|
2022-04-04 18:49:57 +02:00
|
|
|
temp_atlas.json
|
|
|
|
manual_atlas.json
|
2022-05-12 18:54:27 +02:00
|
|
|
manual_atlas.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
|
2017-04-18 03:24:50 +02:00
|
|
|
users.html
|
|
|
|
oldusers.html
|
2017-04-18 03:43:41 +02:00
|
|
|
web/_js/minified.js
|
2022-04-05 19:03:40 +02:00
|
|
|
*.DS_Store
|
2022-04-08 03:53:33 +02:00
|
|
|
.vscode/
|
2022-04-08 15:49:23 +02:00
|
|
|
web/atlas-before-ids-migration.json
|
2022-04-28 15:10:22 +02:00
|
|
|
tools/read-ids-temp.txt
|
2022-04-29 04:39:51 +02:00
|
|
|
|
|
|
|
# Build files
|
2022-04-28 15:10:22 +02:00
|
|
|
node_modules/
|
2022-04-29 04:39:51 +02:00
|
|
|
/package.json
|
|
|
|
/package-lock.json
|
|
|
|
/yarn.lock
|
2022-04-28 15:10:22 +02:00
|
|
|
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/
|