2020-12-20 11:16:48 +00:00
|
|
|
# Packages
|
2019-04-21 18:30:00 +00:00
|
|
|
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
|
2019-04-21 18:30:00 +00:00
|
|
|
webpack.config.js
|
2020-12-20 11:16:48 +00:00
|
|
|
package-lock.json
|