Files
wow.ets.modules/.gitignore
2024-02-12 14:13:27 -05:00

40 lines
502 B
Plaintext

# Logs
logs
*.log
npm-debug.log*
lib-cov
coverage
*.lcov
# Dependency directories
node_modules/
*.tsbuildinfo
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Optional stylelint cache
.stylelintcache
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# dotenv environment variable files
.env
.env.development.local
.env.test.local
.env.production.local
.env.local
ets.env
# Stores VSCode versions used for testing VSCode extensions
.vscode-test