aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: f6501fa06df502c04b711337d28da506a6af67b1 (plain)
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
# Binaries and executables
# (This catches the compiled files generated by 'go build')
*.exe
*.exe~
*.dll
*.so
*.dylib
bin/
__debug_bin

# OS generated files
.DS_Store
Thumbs.db

# IDE specific files
.idea/
.vscode/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

# Optional: If you use a .env file for local configuration/ports
.env