mirror of
https://github.com/kiwibrowser/src.next.git
synced 2025-12-27 23:45:28 +00:00
33 lines
464 B
Plaintext
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
|