Skip to content

Commit f835fdd

Browse files
committed
docs: organize docs and cookbooks
1 parent 783beaa commit f835fdd

10 files changed

Lines changed: 1407 additions & 15 deletions

File tree

.gitignore

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -182,15 +182,15 @@ tramp
182182
# Docker
183183
.dockerignore
184184
COMMIT_GUIDE.md
185-
FRONTEND_SETUP.md
186-
Implemented.md
185+
DOCS/setup/FRONTEND_SETUP.md
186+
DOCS/Implemented.md
187187
backend_prompt.md
188188
.claude
189189
SETUP.md
190-
FINAL_PERFORMANCE_SUMMARY.md
191-
OPTIMIZATION_SUMMARY.md
192-
PERFORMANCE_OPTIMIZATION.md
193-
QUICK_START.md
190+
DOCS/optimization/FINAL_PERFORMANCE_SUMMARY.md
191+
DOCS/optimization/OPTIMIZATION_SUMMARY.md
192+
DOCS/optimization/PERFORMANCE_OPTIMIZATION.md
193+
DOCS/setup/QUICK_START.md
194194
.claude.md
195195

196196

@@ -217,6 +217,14 @@ semgrep-report.json
217217
bundle-audit.txt
218218
security_tests/security_tests/reports
219219

220+
# Production & Deployment
221+
/deploy/ssl/*
222+
!/deploy/ssl/.keep
223+
/backups/*
224+
!/backups/.keep
225+
.env.staging
226+
.env.production
227+
220228
#INTERN DOCS
221229
DOCS/JIRA_IMPORT.csv
222230
DOCS/JIRA_IMPORT_FIXED.csv

.security/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ docker run --rm -v $(pwd):/src returntocorp/semgrep semgrep scan --config=auto
8282

8383
## Questions?
8484

85-
See [TESTING_GUIDE.md](../TESTING_GUIDE.md) for complete security testing documentation.
85+
See [TESTING_GUIDE.md](../DOCS/tests/TESTING_GUIDE.md) for complete security testing documentation.

0 commit comments

Comments
 (0)