@@ -128,5 +128,161 @@ dmypy.json
128128# Pyre type checker
129129.pyre /
130130
131- # Temporary files
132- * .swp
131+ # ## macOS ###
132+ # General
133+ .DS_Store
134+ .AppleDouble
135+ .LSOverride
136+
137+ # Thumbnails
138+ ._ *
139+
140+ # Files that might appear in the root of a volume
141+ .DocumentRevisions-V100
142+ .fseventsd
143+ .Spotlight-V100
144+ .TemporaryItems
145+ .Trashes
146+ .VolumeIcon.icns
147+ .com.apple.timemachine.donotpresent
148+
149+ # Directories potentially created on remote AFP share
150+ .AppleDB
151+ .AppleDesktop
152+ Network Trash Folder
153+ Temporary Items
154+ .apdisk
155+
156+ # ## Windows ###
157+ # Windows thumbnail cache files
158+ Thumbs.db
159+ Thumbs.db:encryptable
160+ ehthumbs.db
161+ ehthumbs_vista.db
162+
163+ # Dump file
164+ * .stackdump
165+
166+ # Folder config file
167+ [Dd ]esktop.ini
168+
169+ # Recycle Bin used on file shares
170+ $RECYCLE.BIN /
171+
172+ # Windows Installer files
173+ * .cab
174+ * .msi
175+ * .msix
176+ * .msm
177+ * .msp
178+
179+ # Windows shortcuts
180+ * .lnk
181+
182+ # ## PyCharm ###
183+ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
184+ # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
185+
186+ # User-specific stuff
187+ .idea /** /workspace.xml
188+ .idea /** /tasks.xml
189+ .idea /** /usage.statistics.xml
190+ .idea /** /dictionaries
191+ .idea /** /shelf
192+
193+ # Generated files
194+ .idea /** /contentModel.xml
195+
196+ # Sensitive or high-churn files
197+ .idea /** /dataSources /
198+ .idea /** /dataSources.ids
199+ .idea /** /dataSources.local.xml
200+ .idea /** /sqlDataSources.xml
201+ .idea /** /dynamic.xml
202+ .idea /** /uiDesigner.xml
203+ .idea /** /dbnavigator.xml
204+
205+ # Gradle
206+ .idea /** /gradle.xml
207+ .idea /** /libraries
208+
209+ # Gradle and Maven with auto-import
210+ # When using Gradle or Maven with auto-import, you should exclude module files,
211+ # since they will be recreated, and may cause churn. Uncomment if using
212+ # auto-import.
213+ # .idea/artifacts
214+ # .idea/compiler.xml
215+ # .idea/jarRepositories.xml
216+ # .idea/modules.xml
217+ # .idea/*.iml
218+ # .idea/modules
219+ # *.iml
220+ # *.ipr
221+
222+ # CMake
223+ cmake-build- * /
224+
225+ # Mongo Explorer plugin
226+ .idea /** /mongoSettings.xml
227+
228+ # File-based project format
229+ * .iws
230+
231+ # IntelliJ
232+ out /
233+
234+ # mpeltonen/sbt-idea plugin
235+ .idea_modules /
236+
237+ # JIRA plugin
238+ atlassian-ide-plugin.xml
239+
240+ # Cursive Clojure plugin
241+ .idea /replstate.xml
242+
243+ # Crashlytics plugin (for Android Studio and IntelliJ)
244+ com_crashlytics_export_strings.xml
245+ crashlytics.properties
246+ crashlytics-build.properties
247+ fabric.properties
248+
249+ # Editor-based Rest Client
250+ .idea /httpRequests
251+
252+ # Android studio 3.1+ serialized cache file
253+ .idea /caches /build_file_checksums.ser
254+
255+ # ## PyCharm Patch ###
256+ # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
257+
258+ # *.iml
259+ # modules.xml
260+ # .idea/misc.xml
261+ # *.ipr
262+
263+ # Sonarlint plugin
264+ # https://plugins.jetbrains.com/plugin/7973-sonarlint
265+ .idea /** /sonarlint /
266+
267+ # SonarQube Plugin
268+ # https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin
269+ .idea /** /sonarIssues.xml
270+
271+ # Markdown Navigator plugin
272+ # https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced
273+ .idea /** /markdown-navigator.xml
274+ .idea /** /markdown-navigator-enh.xml
275+ .idea /** /markdown-navigator /
276+
277+ # Cache file creation bug
278+ # See https://youtrack.jetbrains.com/issue/JBR-2257
279+ .idea /$CACHE_FILE$
280+
281+ # CodeStream plugin
282+ # https://plugins.jetbrains.com/plugin/12206-codestream
283+ .idea /codestream.xml
284+
285+ # ## vscode ###
286+ .vscode /*
287+
288+ * .code-workspace
0 commit comments