summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 074e3c33c551b247d40a56abb1e3d738cfe47ec2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Distribution
dist
out
build
node_modules
coverage

# Logs
*.log*
logs

# Environment
*.env*

# Misc
.DS_Store
.dccache

# IDE Settings
.vscode/sftp.json
.idea