- Complete PSADT framework for Anaconda deployment - Includes localized strings for multiple languages - Configuration files and deployment scripts - Excludes large executable file (958MB)
10 lines
127 B
Plaintext
10 lines
127 B
Plaintext
# Exclude large executable files
|
|
*.exe
|
|
|
|
# Exclude temporary files
|
|
*.tmp
|
|
*.log
|
|
|
|
# Exclude OS generated files
|
|
Thumbs.db
|
|
.DS_Store |