We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 058379d commit e8f7a02Copy full SHA for e8f7a02
.gitignore
@@ -1,24 +1,21 @@
1
-
2
-#Swift
3
-.build
4
-Package.resolved
5
6
-#Apple
7
-.DS_Store
8
-.icloud
9
10
-#Xcode
+# Xcode
11
*.xcuserdatad
12
-*.xcworkspace
+*/xcuserdata/
+DerivedData/
13
14
-#Visual Studio
15
-.vs
+# Apple
+*.DS_Store
+*.icloud
16
17
-#Visual Studio Code
18
-.vscode
+# Swift
+/.build
+/Package.resolved
+/.swiftpm/xcode/xcuserdata
+/.swiftpm/xcode/package.xcworkspace/xcuserdata
+/.swiftpm/configuration/registries.json
19
20
-#CLion
21
-.idea
+# Blender
+*.blend1
22
23
-#Blender
24
-.blend1
+# Linux
+.netrc
0 commit comments