summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 32aa38e09a5e25f2c2fb02b98888728b44f86062 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# vscode
.vscode 

# Intellij
*.iml
.idea

# npm
node_modules

# Exclude sourcemaps
*.map

# Exclude macOS Finder (System Explorer) View States
.DS_Store