Files

18 lines
257 B
Plaintext
Raw Permalink Normal View History

2025-07-04 12:42:37 +05:30
# Exclude the actual binary (but keep the wrapper script)
bin/pmg
bin/pmg.exe
# Exclude temp files and directories
temp/
.temp/
# Exclude development files
node_modules/
.git/
.gitignore
*.log
.DS_Store
# Keep only the wrapper script in bin/
!bin/pmg.js