74 lines
896 B
Plaintext
74 lines
896 B
Plaintext
# Ignore config file
|
|
config.php
|
|
|
|
# Ignore backup directory
|
|
db_backup/
|
|
|
|
# Ignore upload directory
|
|
upload/
|
|
|
|
# Ignore node_modules directory
|
|
node_modules/
|
|
|
|
# Ignore log files
|
|
*.log
|
|
|
|
# Ignore OS generated files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Ignore compiled source files
|
|
*.com
|
|
*.class
|
|
*.dll
|
|
*.exe
|
|
*.o
|
|
*.so
|
|
|
|
# Ignore packaged files
|
|
*.7z
|
|
*.dmg
|
|
*.gz
|
|
*.iso
|
|
*.jar
|
|
*.rar
|
|
*.tar
|
|
*.zip
|
|
|
|
# Ignore IDE and editor-specific files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Ignore environment files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Ignore macOS specific files
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# Thumbnails
|
|
._*
|
|
|
|
# Icon must end with two \r
|
|
Icon\r\r
|
|
|
|
# Files that might appear in the root of a volume
|
|
.DocumentRevisions-V100
|
|
.TemporaryItems
|
|
.Trashes
|
|
.VolumeIcon.icns
|
|
.com.apple.timemachine.donotpresent
|
|
.backup
|
|
|
|
# Directories potentially created on remote AFP share
|
|
.AppleDB
|
|
.AppleDesktop
|
|
Network Trash Folder
|
|
Temporary Items
|
|
.apdisk
|