mirror of
https://github.com/placeAtlas/atlas.git
synced 2024-10-31 20:59:09 +01:00
44 lines
No EOL
464 B
Text
44 lines
No EOL
464 B
Text
# Secrets
|
|
credentials
|
|
praw
|
|
|
|
# Temporary files
|
|
temp-atlas.json
|
|
temp-atlas-manual.*
|
|
temp.*
|
|
temp-read-ids.txt
|
|
allCharacters.txt
|
|
combined.js
|
|
|
|
# Excluded files
|
|
*.DS_Store
|
|
.vscode/
|
|
|
|
# Build files
|
|
node_modules/
|
|
dist*/
|
|
|
|
# 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/ |