himbot/.dockerignore
2023-10-17 14:56:49 -03:00

31 lines
No EOL
475 B
Text

# Ignore a blackhole and the folder for development
node_modules/
.vs/
.idea/
*.iml
# Yarn files
.yarn/install-state.gz
.yarn/build-state.yml
# Environment variables
.DS_Store
dist/
# Ignore the config file (contains sensitive information such as tokens)
config.ts
# Ignore heapsnapshot and log files
*.heapsnapshot
*.log
# Ignore npm lockfiles file
package-lock.json
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local