TraSH/scripts/debugger/.gitignore

17 lines
238 B
Plaintext

#.gitignore
# Step-1, track all files in the current folder
!*
# Step-2, track specified files in the current folder
*
!*/
!.gitignore
!*.py
!*.ico
!*.bat
!*.exe
# Step-3, untrack all in sub folders, which use their own .gitignore
*/*