summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 8b32a77132b384bdad89a2e888781bd71bbcfe3c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# IDE
.vscode
.idea
*.swp
*.swo
*~
.vim

# Environment
.env
.env.local

# Node (if you add build tooling later)
node_modules/
npm-debug.log
yarn-error.log

# Docker
.docker

# Temporary files
*.tmp
*.log