File tree Expand file tree Collapse file tree 3 files changed +62
-1
lines changed Expand file tree Collapse file tree 3 files changed +62
-1
lines changed Original file line number Diff line number Diff line change @@ -112,4 +112,65 @@ fabric.properties
112
112
! .idea /codeStyles
113
113
! .idea /runConfigurations
114
114
115
- # End of https://www.toptal.com/developers/gitignore/api/goland+all,go
115
+ # End of https://www.toptal.com/developers/gitignore/api/goland+all,go
116
+
117
+ # Created by https://www.toptal.com/developers/gitignore/api/c++,visualstudiocode
118
+ # Edit at https://www.toptal.com/developers/gitignore?templates=c++,visualstudiocode
119
+
120
+ # ## C++ ###
121
+ # Prerequisites
122
+ * .d
123
+
124
+ # Compiled Object files
125
+ * .slo
126
+ * .lo
127
+ * .o
128
+ * .obj
129
+
130
+ # Precompiled Headers
131
+ * .gch
132
+ * .pch
133
+
134
+ # Compiled Dynamic libraries
135
+ * .so
136
+ * .dylib
137
+ * .dll
138
+
139
+ # Fortran module files
140
+ * .mod
141
+ * .smod
142
+
143
+ # Compiled Static libraries
144
+ * .lai
145
+ * .la
146
+ * .a
147
+ * .lib
148
+
149
+ # Executables
150
+ * .exe
151
+ * .out
152
+ * .app
153
+
154
+ # ## VisualStudioCode ###
155
+ .vscode /*
156
+ ! .vscode /settings.json
157
+ ! .vscode /tasks.json
158
+ ! .vscode /launch.json
159
+ ! .vscode /extensions.json
160
+ ! .vscode /* .code-snippets
161
+
162
+ # Local History for Visual Studio Code
163
+ .history /
164
+
165
+ # Built Visual Studio Code Extensions
166
+ * .vsix
167
+
168
+ # ## VisualStudioCode Patch ###
169
+ # Ignore all local history of files
170
+ .history
171
+ .ionide
172
+
173
+ # For VJudge/*/out
174
+ out
175
+
176
+ # End of https://www.toptal.com/developers/gitignore/api/c++,visualstudiocode
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments