Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitignore
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
general
gitignore
Commits
f85cff8f
Commit
f85cff8f
authored
Jun 08, 2015
by
Antoine Cœur
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DerivedData and xcuserdata are folders; *.xcuserstate is always inside xcuserdata folder
parent
a1ed2571
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
9 deletions
+6
-9
Xcode.gitignore
Global/Xcode.gitignore
+2
-3
Objective-C.gitignore
Objective-C.gitignore
+2
-3
Swift.gitignore
Swift.gitignore
+2
-3
No files found.
Global/Xcode.gitignore
View file @
f85cff8f
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
## Build generated
## Build generated
build/
build/
DerivedData
DerivedData
/
## Various settings
## Various settings
*.pbxuser
*.pbxuser
...
@@ -15,9 +15,8 @@ DerivedData
...
@@ -15,9 +15,8 @@ DerivedData
!default.mode2v3
!default.mode2v3
*.perspectivev3
*.perspectivev3
!default.perspectivev3
!default.perspectivev3
xcuserdata
xcuserdata
/
## Other
## Other
*.xccheckout
*.xccheckout
*.moved-aside
*.moved-aside
*.xcuserstate
Objective-C.gitignore
View file @
f85cff8f
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
## Build generated
## Build generated
build/
build/
DerivedData
DerivedData
/
## Various settings
## Various settings
*.pbxuser
*.pbxuser
...
@@ -15,12 +15,11 @@ DerivedData
...
@@ -15,12 +15,11 @@ DerivedData
!default.mode2v3
!default.mode2v3
*.perspectivev3
*.perspectivev3
!default.perspectivev3
!default.perspectivev3
xcuserdata
xcuserdata
/
## Other
## Other
*.xccheckout
*.xccheckout
*.moved-aside
*.moved-aside
*.xcuserstate
## Obj-C/Swift specific
## Obj-C/Swift specific
*.hmap
*.hmap
...
...
Swift.gitignore
View file @
f85cff8f
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
## Build generated
## Build generated
build/
build/
DerivedData
DerivedData
/
## Various settings
## Various settings
*.pbxuser
*.pbxuser
...
@@ -15,12 +15,11 @@ DerivedData
...
@@ -15,12 +15,11 @@ DerivedData
!default.mode2v3
!default.mode2v3
*.perspectivev3
*.perspectivev3
!default.perspectivev3
!default.perspectivev3
xcuserdata
xcuserdata
/
## Other
## Other
*.xccheckout
*.xccheckout
*.moved-aside
*.moved-aside
*.xcuserstate
## Obj-C/Swift specific
## Obj-C/Swift specific
*.hmap
*.hmap
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment