Skip to content

Commit 16f695a

Browse files
Update .gitignore
1 parent 607acb9 commit 16f695a

File tree

1 file changed

+244
-7
lines changed

1 file changed

+244
-7
lines changed

.gitignore

+244-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,246 @@
1-
Packages
2-
.build
3-
xcuserdata
4-
*.xcodeproj
5-
DerivedData/
1+
### https://raw.github.com/github/gitignore/991e760c1c6d50fdda246e0178b9c58b06770b90/Global/macOS.gitignore
2+
3+
# General
64
.DS_Store
7-
db.sqlite
8-
.swiftpm
5+
.AppleDouble
6+
.LSOverride
7+
8+
# Icon must end with two \r
9+
Icon
10+
11+
# Thumbnails
12+
._*
13+
14+
# Files that might appear in the root of a volume
15+
.DocumentRevisions-V100
16+
.fseventsd
17+
.Spotlight-V100
18+
.TemporaryItems
19+
.Trashes
20+
.VolumeIcon.icns
21+
.com.apple.timemachine.donotpresent
22+
23+
# Directories potentially created on remote AFP share
24+
.AppleDB
25+
.AppleDesktop
26+
Network Trash Folder
27+
Temporary Items
28+
.apdisk
29+
30+
31+
### https://raw.github.com/github/gitignore/991e760c1c6d50fdda246e0178b9c58b06770b90/Swift.gitignore
32+
33+
# Xcode
34+
#
35+
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
36+
37+
## User settings
38+
xcuserdata/
39+
40+
## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
41+
*.xcscmblueprint
42+
*.xccheckout
43+
44+
## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
45+
build/
46+
DerivedData/
47+
*.moved-aside
48+
*.pbxuser
49+
!default.pbxuser
50+
*.mode1v3
51+
!default.mode1v3
52+
*.mode2v3
53+
!default.mode2v3
54+
*.perspectivev3
55+
!default.perspectivev3
56+
57+
## Obj-C/Swift specific
58+
*.hmap
59+
60+
## App packaging
61+
*.ipa
62+
*.dSYM.zip
63+
*.dSYM
64+
65+
## Playgrounds
66+
timeline.xctimeline
67+
playground.xcworkspace
68+
69+
# Swift Package Manager
70+
#
71+
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
72+
# Packages/
73+
# Package.pins
74+
# Package.resolved
75+
# *.xcodeproj
76+
#
77+
# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
78+
# hence it is not needed unless you have added a package configuration file to your project
79+
# .swiftpm
80+
81+
.build/
82+
83+
# CocoaPods
84+
#
85+
# We recommend against adding the Pods directory to your .gitignore. However
86+
# you should judge for yourself, the pros and cons are mentioned at:
87+
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
88+
#
89+
# Pods/
90+
#
91+
# Add this line if you want to avoid checking in source code from the Xcode workspace
92+
# *.xcworkspace
93+
94+
# Carthage
95+
#
96+
# Add this line if you want to avoid checking in source code from Carthage dependencies.
97+
# Carthage/Checkouts
98+
99+
Carthage/Build/
100+
101+
# Accio dependency management
102+
Dependencies/
103+
.accio/
104+
105+
# fastlane
106+
#
107+
# It is recommended to not store the screenshots in the git repo.
108+
# Instead, use fastlane to re-generate the screenshots whenever they are needed.
109+
# For more information about the recommended setup visit:
110+
# https://docs.fastlane.tools/best-practices/source-control/#source-control
111+
112+
fastlane/report.xml
113+
fastlane/Preview.html
114+
fastlane/screenshots/**/*.png
115+
fastlane/test_output
116+
117+
# Code Injection
118+
#
119+
# After new code Injection tools there's a generated folder /iOSInjectionProject
120+
# https://github.com/johnno1962/injectionforxcode
121+
122+
iOSInjectionProject/
123+
124+
125+
### https://raw.github.com/github/gitignore/991e760c1c6d50fdda246e0178b9c58b06770b90/Node.gitignore
126+
127+
# Logs
128+
logs
129+
*.log
130+
npm-debug.log*
131+
yarn-debug.log*
132+
yarn-error.log*
133+
lerna-debug.log*
134+
.pnpm-debug.log*
135+
136+
# Diagnostic reports (https://nodejs.org/api/report.html)
137+
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
138+
139+
# Runtime data
140+
pids
141+
*.pid
142+
*.seed
143+
*.pid.lock
144+
145+
# Directory for instrumented libs generated by jscoverage/JSCover
146+
lib-cov
147+
148+
# Coverage directory used by tools like istanbul
149+
coverage
150+
*.lcov
151+
152+
# nyc test coverage
153+
.nyc_output
154+
155+
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
156+
.grunt
157+
158+
# Bower dependency directory (https://bower.io/)
159+
bower_components
160+
161+
# node-waf configuration
162+
.lock-wscript
163+
164+
# Compiled binary addons (https://nodejs.org/api/addons.html)
165+
build/Release
166+
167+
# Dependency directories
168+
node_modules/
169+
jspm_packages/
170+
171+
# Snowpack dependency directory (https://snowpack.dev/)
172+
web_modules/
173+
174+
# TypeScript cache
175+
*.tsbuildinfo
176+
177+
# Optional npm cache directory
178+
.npm
179+
180+
# Optional eslint cache
181+
.eslintcache
182+
183+
# Microbundle cache
184+
.rpt2_cache/
185+
.rts2_cache_cjs/
186+
.rts2_cache_es/
187+
.rts2_cache_umd/
188+
189+
# Optional REPL history
190+
.node_repl_history
191+
192+
# Output of 'npm pack'
193+
*.tgz
194+
195+
# Yarn Integrity file
196+
.yarn-integrity
197+
198+
# dotenv environment variables file
199+
.env
200+
.env.test
201+
.env.production
202+
203+
# parcel-bundler cache (https://parceljs.org/)
204+
.cache
205+
.parcel-cache
206+
207+
# Next.js build output
208+
.next
209+
out
210+
211+
# Nuxt.js build / generate output
212+
.nuxt
213+
dist
214+
215+
# Gatsby files
216+
.cache/
217+
# Comment in the public line in if your project uses Gatsby and not Next.js
218+
# https://nextjs.org/blog/next-9-1#public-directory-support
219+
# public
220+
221+
# vuepress build output
222+
.vuepress/dist
223+
224+
# Serverless directories
225+
.serverless/
226+
227+
# FuseBox cache
228+
.fusebox/
229+
230+
# DynamoDB Local files
231+
.dynamodb/
232+
233+
# TernJS port file
234+
.tern-port
235+
236+
# Stores VSCode versions used for testing VSCode extensions
237+
.vscode-test
238+
239+
# yarn v2
240+
.yarn/cache
241+
.yarn/unplugged
242+
.yarn/build-state.yml
243+
.yarn/install-state.gz
244+
.pnp.*
245+
9246

0 commit comments

Comments
 (0)