Skip to content

Commit 22ff5ce

Browse files
authored
Create .templatesyncignore
1 parent 0dfeb22 commit 22ff5ce

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.templatesyncignore

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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+
# *

0 commit comments

Comments
 (0)