ajout gitignore

This commit is contained in:
2025-11-10 18:47:38 +01:00
parent 96f895b254
commit b6344b1bb7

47
.gitignore vendored Normal file
View File

@ -0,0 +1,47 @@
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Go build output
server
project-notes
cmd/server/server
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool
*.out
# Go workspace file
go.work
# Dependency directories
vendor/
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Notes directory (if you want to keep notes private)
# Uncomment the following line to ignore notes:
# notes/
# Frontend build artifacts
node_modules/
static/dist/
frontend/node_modules/
# Logs
*.log
# Environment files
.env
.env.local