-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcopyfiles.txt.example
More file actions
26 lines (26 loc) · 1.03 KB
/
copyfiles.txt.example
File metadata and controls
26 lines (26 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# AIDD Shared File Synchronization
#
# This file lists individual files to copy to all projects at the start of each iteration.
# Rename this file to "copyfiles.txt" and add file paths (one per line).
#
# Use cases:
# - Sync specific config files (e.g., .prettierrc, .editorconfig)
# - Share individual templates or scripts
# - Distribute license files or common documentation
#
# Format: One entry per line, with optional target path
# <source_path> - copies to project root with same filename
# <source_path> -> <target_path> - copies to specified relative path in project
#
# Lines starting with # are comments and are ignored
# Empty lines are ignored
#
# Examples (uncomment and modify for your environment):
#
# /d/applications/shared/.prettierrc
# /d/applications/shared/.editorconfig
# /d/applications/CLAUDE.md
# /d/applications/AGENTS.md
# /d/applications/shared/LICENSE -> LICENSE
# /d/applications/configs/tsconfig.base.json -> configs/tsconfig.base.json
# /home/user/templates/eslintrc.json -> .eslintrc.json