Closes #42 Reviewed-on: #44 Co-authored-by: phoenix <kundeng00@pm.me> Co-committed-by: phoenix <kundeng00@pm.me>
19 lines
241 B
YAML
19 lines
241 B
YAML
# Ignore build artifacts
|
|
target/
|
|
pkg/
|
|
|
|
# Ignore git directory
|
|
.git/
|
|
|
|
.gitea/
|
|
|
|
# Ignore environment files (configure via docker-compose instead)
|
|
.env*
|
|
|
|
# Ignore IDE/editor specific files
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Ignore OS specific files
|
|
*.DS_Store
|