15 lines
154 B
Text
15 lines
154 B
Text
# vscode
|
|
.vscode
|
|
|
|
# Intellij
|
|
*.iml
|
|
.idea
|
|
|
|
# npm
|
|
node_modules
|
|
|
|
# Exclude sourcemaps
|
|
*.map
|
|
|
|
# Exclude macOS Finder (System Explorer) View States
|
|
.DS_Store
|