discord-vscode/.vscodeignore

28 lines
268 B
Text
Raw Normal View History

2020-12-20 11:16:48 +00:00
# Packages
node_modules
2020-12-20 11:16:48 +00:00
**/node_modules
# Build artifacts
dist/**/*.map
# Log files
logs
*.log
npm-debug.log*
# Runtime data
pids
*.pid
*.seed
# Miscellaneous
.tmp/
.github/
.vscode/
src/
2017-11-23 16:41:50 +00:00
.gitattributes
.gitignore
tsconfig.json
webpack.config.js
2020-12-20 11:16:48 +00:00
package-lock.json