We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca4757d commit 3736b1eCopy full SHA for 3736b1e
.gitignore
@@ -7,16 +7,17 @@
7
*.vs
8
*.APS
9
*.user
10
-
+# IDE files
11
/.idea
12
13
compile_commands.json
14
-/.ccls-cache
+**/.ccls-cache
15
16
-/build*
+**/build*
17
18
/enc_temp_folder
19
20
+.vs/
21
22
/_Bin
23
/NATPunchServer/Server/NATCompleteServer/Debug
@@ -84,10 +85,10 @@ CortexCommand_debug
84
85
# MacOS stuff
86
.DS_Store
87
-.vs/
88
-Screenshots/
+# CortexCommand user files
89
+Screen[sS]hots/
90
Mods/
-Userdata/
91
+User[dD]ata/
92
93
allegro.log
94
AbortScreen.*
0 commit comments