forked from jonradoff/lightcms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
54 lines (43 loc) · 687 Bytes
/
.gitignore
File metadata and controls
54 lines (43 loc) · 687 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
# Binaries
lightcms
bin/
server
# Uploads (user content)
static/uploads/*
!static/uploads/.gitkeep
# Generated sitemap (site-specific, not part of software)
static/sitemap.xml
# Generated content (site-specific, not part of software)
content/
# Config files (contain secrets)
config.dev.json
config.prod.json
.env
.env.local
.env.test
# Registry tokens (contain auth secrets)
.mcpregistry_*
# Deploy script (local only, not for distribution)
deploy.sh
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# MCPB bundles (platform-specific, distributed via GitHub Releases)
*.mcpb
bundle/
# GoReleaser dist
dist/
# Go
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
go.work