atlas/.gitignore

44 lines
464 B
Plaintext
Raw Permalink Normal View History

2022-04-29 04:39:51 +02:00
# Secrets
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.*
temp.*
temp-read-ids.txt
2022-04-29 04:39:51 +02:00
allCharacters.txt
combined.js
# Excluded files
*.DS_Store
2022-04-08 03:53:33 +02:00
.vscode/
2022-04-29 04:39:51 +02:00
# Build files
node_modules/
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/