Commit aa24922 1 parent 0ae9144 commit aa24922 Copy full SHA for aa24922
File tree 1 file changed +44
-1
lines changed
1 file changed +44
-1
lines changed Original file line number Diff line number Diff line change 1
1
# # Ignore Visual Studio temporary files, build results, and
2
2
# # files generated by popular Visual Studio add-ons.
3
3
4
+ # MacOS files
5
+ .DS_Store
6
+
4
7
# User-specific files
5
8
* .suo
6
9
* .user
@@ -179,4 +182,44 @@ FakesAssemblies/
179
182
# Nuget 3.0 Files
180
183
* .lock.json
181
184
* .nuget.props
182
- * .nuget.targets
185
+ * .nuget.targets
186
+
187
+ # Intellij
188
+ * .iml
189
+ .idea /workspace.xml
190
+ .idea /tasks.xml
191
+ .idea /gradle.xml
192
+ .idea /dictionaries
193
+ .idea /libraries
194
+
195
+ # User-specific configurations
196
+ .idea /libraries /
197
+ .idea /.name
198
+ .idea /compiler.xml
199
+ .idea /copyright /profiles_settings.xml
200
+ .idea /encodings.xml
201
+ .idea /misc.xml
202
+ .idea /modules.xml
203
+ .idea /scopes /scope_settings.xml
204
+ .idea /vcs.xml
205
+ .idea /jsLibraryMappings.xml
206
+ .idea /datasources.xml
207
+ .idea /dataSources.ids
208
+ .idea /sqlDataSources.xml
209
+ .idea /dynamic.xml
210
+ .idea /uiDesigner.xml
211
+
212
+ # ## JetBrains+all Patch ###
213
+ # Ignores the whole idea folder
214
+ # See https://github.com/joeblau/gitignore.io/issues/186 and https://github.com/joeblau/gitignore.io/issues/360
215
+
216
+ .idea /
217
+
218
+ # NuGet Packages
219
+ * .nupkg
220
+ # The packages folder can be ignored because of Package Restore
221
+ ** /packages /*
222
+ # except build/, which is used as an MSBuild target.
223
+ ! ** /packages /build /
224
+ # Uncomment if necessary however generally it will be regenerated when needed
225
+ # !**/packages/repositories.config
You can’t perform that action at this time.
0 commit comments