9 lines
154 B
Plaintext
9 lines
154 B
Plaintext
|
|
*
|
||
|
|
!setup.sh
|
||
|
|
|
||
|
|
# Ignore unnecessary files inside allowed directories
|
||
|
|
# This should go after the allowed directories
|
||
|
|
**/*~
|
||
|
|
**/*.log
|
||
|
|
**/.DS_Store
|
||
|
|
**/Thumbs.db
|