Skip to content

Commit fc25599

Browse files
committed
security: protect proprietary templates from future commits
1 parent 3e4cbd6 commit fc25599

File tree

2 files changed

+5
-556
lines changed

2 files changed

+5
-556
lines changed

.gitignore

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# CRITICAL: Protect proprietary templates from being committed
2+
src/templates/
3+
src/templates/plugin-template.ts
4+
15
# Dependencies
26
node_modules/
37

@@ -42,7 +46,6 @@ DEVELOPER_HANDOVER.md
4246
PLUGIN_DEVELOPMENT_GUIDE.md
4347

4448
# Template files (proprietary)
45-
src/templates/
4649
RELEASE_NOTES_v*.md
4750
IMPLEMENTATION_*.md
4851
UPGRADE_SUMMARY.md
@@ -97,15 +100,11 @@ dist/enhanced-index.js
97100
dist/enhanced-index.d.ts
98101
dist/enhanced-index.js.map
99102
dist/enhanced-index.d.ts.map
100-
dist/enhanced-index-integration.js
101-
dist/enhanced-index-integration.d.ts
102-
dist/enhanced-index-integration.js.map
103-
dist/enhanced-index-integration.d.ts.map
104103
dist/enhanced-integration-example.js
105104
dist/enhanced-integration-example.d.ts
106105
dist/enhanced-integration-example.js.map
107106
dist/enhanced-integration-example.d.ts.map
108107
dist/enhanced-prompts-helper.js
109108
dist/enhanced-prompts-helper.d.ts
110109
dist/enhanced-prompts-helper.js.map
111-
dist/enhanced-prompts-helper.d.ts.map
110+
dist/enhanced-prompts-helper.d.ts.map

0 commit comments

Comments
 (0)