17 lines
168 B
Plaintext
17 lines
168 B
Plaintext
|
# IDE
|
||
|
.vscode
|
||
|
.idea
|
||
|
|
||
|
# Logs and other files
|
||
|
npm-debug.log*
|
||
|
.DS_Store
|
||
|
|
||
|
# Compiled files
|
||
|
#dist
|
||
|
|
||
|
# Dependency directory
|
||
|
node_modules
|
||
|
|
||
|
# Source maps for JS builds
|
||
|
*.js.map
|