git ignore fix
This commit is contained in:
parent
98dfba76c5
commit
cb425cfe64
13
.gitignore
vendored
13
.gitignore
vendored
@ -1,3 +1,14 @@
|
||||
*
|
||||
# Blacklist files/folders in same directory as the .gitignore file
|
||||
/*
|
||||
|
||||
# Whitelist some files
|
||||
!.gitignore
|
||||
!README.md
|
||||
|
||||
# Ignore all files named .DS_Store or ending with .log
|
||||
**/.DS_Store
|
||||
**.log
|
||||
|
||||
# Whitelist
|
||||
!scriptfiles/COD/
|
||||
!pawno/include/anticheat/
|
Loading…
Reference in New Issue
Block a user