KiwiBrowser-src.next/.gitignore
2021-07-22 12:49:58 +02:00

33 lines
464 B
Plaintext

### Node ###
# Logs
logs
*.log
npm-debug.log*
# node-waf configuration
.lock-wscript
# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release
# Dependency directories
node_modules/
jspm_packages/
# Optional npm cache directory
.npm
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# environment variables file
.env
.env.test
.env.production
# Stores VSCode versions used for testing VSCode extensions
.vscode-test