Skip to content

Commit 6d78a7a

Browse files
committed
chore: exclude deployment files from version control
- Add deployment-related files to .gitignore - Keep deployment files locally but exclude from git tracking - Include deploy.sh, deploy/, DEPLOYMENT.md, and other deployment artifacts
1 parent 836131d commit 6d78a7a

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.gitignore

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,19 @@ pids
4848
pico-api-go
4949

5050
# MD
51-
TABLE_STRUCTURE.md
51+
TABLE_STRUCTURE.md
52+
53+
# Deployment files (keep locally but not in git)
54+
deploy.sh
55+
deploy/
56+
DEPLOYMENT.md
57+
.htaccess
58+
api-down.html
59+
watchdog.sh
60+
setup_cron.sh
61+
troubleshoot.md
62+
api-endpoints.md
63+
pico-api-go-linux
64+
.env.production
65+
.env.alternative
66+
port-80-fix.md

0 commit comments

Comments
 (0)