20 lines
195 B
Plaintext
20 lines
195 B
Plaintext
|
# IDE
|
||
|
.vscode
|
||
|
|
||
|
# Logs and other files
|
||
|
npm-debug.log*
|
||
|
.DS_Store
|
||
|
|
||
|
# Compiled files
|
||
|
dist
|
||
|
|
||
|
# Extracted strings
|
||
|
*.json
|
||
|
*.pot
|
||
|
|
||
|
# Dependency directory
|
||
|
node_modules
|
||
|
|
||
|
# Source maps for JS builds
|
||
|
*.js.map
|