@@ -58,6 +58,7 @@ pip-selfcheck.json
5858# Windows rules
5959# Windows thumbnail cache files
6060Thumbs.db
61+ Thumbs.db:encryptable
6162ehthumbs.db
6263ehthumbs_vista.db
6364
@@ -156,6 +157,10 @@ flycheck_*.el
156157# directory configuration
157158.dir-locals.el
158159
160+ # network security
161+ /network-security.data
162+
163+
159164# Vim rules
160165# Swap
161166[._ ]* .s [a-v ][a-z ]
@@ -166,6 +171,7 @@ flycheck_*.el
166171
167172# Session
168173Session.vim
174+ Sessionx.vim
169175
170176# Temporary
171177.netrwhist
209215# .idea/modules.xml
210216# .idea/*.iml
211217# .idea/modules
218+ # *.iml
219+ # *.ipr
212220
213221# CMake
214222cmake-build- * /
@@ -301,11 +309,17 @@ tmtags
301309#
302310# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
303311
304- # # Build generated
312+ # # User settings
313+ xcuserdata /
314+
315+ # # compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
316+ * .xcscmblueprint
317+ * .xccheckout
318+
319+ # # compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
305320build /
306321DerivedData /
307-
308- # # Various settings
322+ * .moved-aside
309323* .pbxuser
310324! default.pbxuser
311325* .mode1v3
@@ -314,71 +328,11 @@ DerivedData/
314328! default.mode2v3
315329* .perspectivev3
316330! default.perspectivev3
317- xcuserdata /
318-
319- # # Other
320- * .moved-aside
321- * .xccheckout
322- * .xcscmblueprint
323-
324- # # Obj-C/Swift specific
325- * .hmap
326- * .ipa
327- * .dSYM.zip
328- * .dSYM
329-
330- # # Playgrounds
331- timeline.xctimeline
332- playground.xcworkspace
333-
334- # Swift Package Manager
335- #
336- # Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
337- # Packages/
338- # Package.pins
339- # Package.resolved
340- .build /
341-
342- # CocoaPods
343- #
344- # We recommend against adding the Pods directory to your .gitignore. However
345- # you should judge for yourself, the pros and cons are mentioned at:
346- # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
347- #
348- # Pods/
349- #
350- # Add this line if you want to avoid checking in source code from the Xcode workspace
351- # *.xcworkspace
352-
353- # Carthage
354- #
355- # Add this line if you want to avoid checking in source code from Carthage dependencies.
356- # Carthage/Checkouts
357-
358- Carthage /Build
359-
360- # fastlane
361- #
362- # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
363- # screenshots whenever they are needed.
364- # For more information about the recommended setup visit:
365- # https://docs.fastlane.tools/best-practices/source-control/#source-control
366-
367- fastlane /report.xml
368- fastlane /Preview.html
369- fastlane /screenshots /** /* .png
370- fastlane /test_output
371-
372- # Code Injection
373- #
374- # After new code Injection tools there's a generated folder /iOSInjectionProject
375- # https://github.com/johnno1962/injectionforxcode
376-
377- iOSInjectionProject /
378331
332+ # # Gcc Patch
333+ /* .gcno
379334
380335# Eclipse rules
381-
382336.metadata
383337bin /
384338tmp /
0 commit comments