-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
61 lines (49 loc) · 948 Bytes
/
.gitignore
File metadata and controls
61 lines (49 loc) · 948 Bytes
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
# IDE metadata
.vscode
# Directories to ignore
bin
build
.vscode
dist
tmp
__pycache__
# Generated admin logo uploads; new custom uploads use this single directory
backend/cmd/map/templates/static/img/team-logos/*
!backend/cmd/map/templates/static/img/team-logos/.gitkeep
# Legacy custom SVG uploads from older dev checkouts
backend/cmd/map/templates/static/svg/icons/custom/*
!backend/cmd/map/templates/static/svg/icons/custom/.gitkeep
# Logs
*.log
# Tests
coverage.out
# Configuration files except Docker env and goreleaser
*.json
!map-countries-seed.json
!team-logos-seed.json
*.yaml
!mapctf.example.yaml
*.yml
!docker-compose-dev.yml
!.goreleaser.yml
!.golangci.yml
!.github/workflows/*.yml
!.github/workflows/*.yaml
# Docker files
.env
# Notes
notes.txt
# Not tracking frontend files yet
frontend
# Markdown files
*.md
!README.md
!ARCHITECTURE.md
# Docs
docs/*