File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ # read this before editing in this file: https://github.com/AndreasAugustin/actions-template-sync?tab=readme-ov-file#ignore-files
2+ # .templatesyncignore
3+ # Files and folders to exclude from template sync
4+ # Uses glob pattern syntax similar to .gitignore
5+ # Note: This file itself cannot be synced - any template changes will be restored automatically
6+
7+ # Repository-specific files that should not be synced
8+ README.md
9+ LICENSE
10+
11+ # GitHub workflows are not synced by default due to GitHub policy
12+ # .github/workflows/
13+
14+ # Add more patterns to exclude specific files or directories
15+ # Examples:
16+ # docs/
17+ # *.log
18+ # config/local.yml
19+
20+ # Use :! prefix for exceptions (pathspec syntax)
21+ # Example - ignore all files except specific ones:
22+ # :!newfile-1.txt
23+ # *
You can’t perform that action at this time.
0 commit comments