Skip to content

Commit 3736b1e

Browse files
committed
fix gitignore for user directories
1 parent ca4757d commit 3736b1e

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.gitignore

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,17 @@
77
*.vs
88
*.APS
99
*.user
10-
10+
# IDE files
1111
/.idea
1212

1313
compile_commands.json
14-
/.ccls-cache
14+
**/.ccls-cache
1515

16-
/build*
16+
**/build*
1717

1818
/enc_temp_folder
1919

20+
.vs/
2021
/.idea
2122
/_Bin
2223
/NATPunchServer/Server/NATCompleteServer/Debug
@@ -84,10 +85,10 @@ CortexCommand_debug
8485
# MacOS stuff
8586
.DS_Store
8687

87-
.vs/
88-
Screenshots/
88+
# CortexCommand user files
89+
Screen[sS]hots/
8990
Mods/
90-
Userdata/
91+
User[dD]ata/
9192

9293
allegro.log
9394
AbortScreen.*

0 commit comments

Comments
 (0)