Update gitignore

This commit is contained in:
2025-10-16 21:56:03 -07:00
parent 46b6008981
commit d28bb92486
7 changed files with 93 additions and 31 deletions
+93
View File
@@ -0,0 +1,93 @@
# Binaries for programs and plugins
bin/
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool
*.out
coverage.txt
*.cover
# Go workspace file
go.work
# Dependency directories
vendor/
# IDE and editor files
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
# Environment variables
.env
.env.local
.env.*.local
# Configuration overrides (keep template)
config.local.yaml
config.*.yaml
!config.yaml
# Log files
*.log
logs/
# Temporary files
tmp/
temp/
*.tmp
# Generated protobuf files
api/grpc/pb/
*.pb.go
# Queue persistence (if enabled)
/var/lib/notifier/
queue.json
# OS files
Thumbs.db
# Docker volumes
data/
# Backup files
*.bak
*.backup
# Build artifacts
dist/
build/
out/
# Test cache
.cache/
# Profiling data
*.prof
*.pprof
cpu.out
mem.out
# Security - never commit these!
*secret*
*password*
*credential*
*.key
*.pem
*.p12
*.pfx
!example*
# Local development overrides
docker-compose.override.yml
-8
View File
@@ -1,8 +0,0 @@
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
-8
View File
@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/notifier.iml" filepath="$PROJECT_DIR$/.idea/notifier.iml" />
</modules>
</component>
</project>
-9
View File
@@ -1,9 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="Go" enabled="true" />
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
Generated
-6
View File
@@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.