11
2- # Created by https://www.gitignore.io/api/xcode,swift
3- # Edit at https://www.gitignore.io/?templates=xcode,swift
2+ # Created by https://www.gitignore.io/api/node,swift,xcode
3+ # Edit at https://www.gitignore.io/?templates=node,swift,xcode
4+
5+ # ## Node ###
6+ # Logs
7+ logs
8+ * .log
9+ npm-debug.log *
10+ yarn-debug.log *
11+ yarn-error.log *
12+ lerna-debug.log *
13+
14+ # Diagnostic reports (https://nodejs.org/api/report.html)
15+ report. [0-9 ]* . [0-9 ]* . [0-9 ]* . [0-9 ]* .json
16+
17+ # Runtime data
18+ pids
19+ * .pid
20+ * .seed
21+ * .pid.lock
22+
23+ # Directory for instrumented libs generated by jscoverage/JSCover
24+ lib-cov
25+
26+ # Coverage directory used by tools like istanbul
27+ coverage
28+ * .lcov
29+
30+ # nyc test coverage
31+ .nyc_output
32+
33+ # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
34+ .grunt
35+
36+ # Bower dependency directory (https://bower.io/)
37+ bower_components
38+
39+ # node-waf configuration
40+ .lock-wscript
41+
42+ # Compiled binary addons (https://nodejs.org/api/addons.html)
43+ build /Release
44+
45+ # Dependency directories
46+ node_modules /
47+ jspm_packages /
48+
49+ # TypeScript v1 declaration files
50+ typings /
51+
52+ # TypeScript cache
53+ * .tsbuildinfo
54+
55+ # Optional npm cache directory
56+ .npm
57+
58+ # Optional eslint cache
59+ .eslintcache
60+
61+ # Optional REPL history
62+ .node_repl_history
63+
64+ # Output of 'npm pack'
65+ * .tgz
66+
67+ # Yarn Integrity file
68+ .yarn-integrity
69+
70+ # dotenv environment variables file
71+ .env
72+ .env.test
73+
74+ # parcel-bundler cache (https://parceljs.org/)
75+ .cache
76+
77+ # next.js build output
78+ .next
79+
80+ # nuxt.js build output
81+ .nuxt
82+
83+ # react / gatsby
84+ public /
85+
86+ # vuepress build output
87+ .vuepress /dist
88+
89+ # Serverless directories
90+ .serverless /
91+
92+ # FuseBox cache
93+ .fusebox /
94+
95+ # DynamoDB Local files
96+ .dynamodb /
497
598# ## Swift ###
699# Xcode
@@ -38,33 +131,33 @@ timeline.xctimeline
38131playground.xcworkspace
39132
40133# Swift Package Manager
41- #
42134# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
43135# Packages/
44136# Package.pins
45137# Package.resolved
46138.build /
139+ # Add this line if you want to avoid checking in Xcode SPM integration.
140+ # .swiftpm/xcode
47141
48142# CocoaPods
49- #
50143# We recommend against adding the Pods directory to your .gitignore. However
51144# you should judge for yourself, the pros and cons are mentioned at:
52145# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
53- #
54- Pods /
55- #
146+ # Pods/
56147# Add this line if you want to avoid checking in source code from the Xcode workspace
57148# *.xcworkspace
58149
59150# Carthage
60- #
61151# Add this line if you want to avoid checking in source code from Carthage dependencies.
62152Carthage /Checkouts
63153
64154Carthage /Build
65155
156+ # Accio dependency management
157+ Dependencies /
158+ .accio /
159+
66160# fastlane
67- #
68161# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
69162# screenshots whenever they are needed.
70163# For more information about the recommended setup visit:
@@ -76,15 +169,13 @@ fastlane/screenshots/**/*.png
76169fastlane /test_output
77170
78171# Code Injection
79- #
80172# After new code Injection tools there's a generated folder /iOSInjectionProject
81173# https://github.com/johnno1962/injectionforxcode
82174
83175iOSInjectionProject /
84176
85177# ## Xcode ###
86178# Xcode
87- #
88179# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
89180
90181# # User settings
@@ -93,12 +184,14 @@ iOSInjectionProject/
93184
94185# # compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
95186
96- # ## Xcode Patch ###
187+ # # Xcode Patch
97188* .xcodeproj /*
98189! * .xcodeproj /project.pbxproj
99190! * .xcodeproj /xcshareddata /
100191! * .xcworkspace /contents.xcworkspacedata
101192/* .gcno
193+
194+ # ## Xcode Patch ###
102195** /xcshareddata /WorkspaceSettings.xcsettings
103196
104- # End of https://www.gitignore.io/api/xcode ,swift
197+ # End of https://www.gitignore.io/api/node ,swift,xcode
0 commit comments