updated project for current tooling
This commit is contained in:
85
.gitignore
vendored
85
.gitignore
vendored
@@ -1,64 +1,37 @@
|
||||
assets
|
||||
bin
|
||||
|
||||
# Created by https://www.gitignore.io/api/osx
|
||||
|
||||
### OSX ###
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
|
||||
# Icon must end with two \r
|
||||
Icon
|
||||
|
||||
|
||||
# Thumbnails
|
||||
._*
|
||||
|
||||
# Files that might appear in the root of a volume
|
||||
.DocumentRevisions-V100
|
||||
.fseventsd
|
||||
.Spotlight-V100
|
||||
.TemporaryItems
|
||||
.Trashes
|
||||
.VolumeIcon.icns
|
||||
|
||||
# Directories potentially created on remote AFP share
|
||||
.AppleDB
|
||||
.AppleDesktop
|
||||
Network Trash Folder
|
||||
Temporary Items
|
||||
.apdisk
|
||||
.lock-waf_darwin_build
|
||||
# Pebble
|
||||
build
|
||||
|
||||
# Created by https://www.toptal.com/developers/gitignore/api/linux,direnv,waf
|
||||
# Edit at https://www.toptal.com/developers/gitignore?templates=linux,direnv,waf
|
||||
|
||||
### direnv ###
|
||||
.direnv
|
||||
.envrc
|
||||
|
||||
# Created by https://www.gitignore.io/api/xcode
|
||||
### Linux ###
|
||||
*~
|
||||
|
||||
### Xcode ###
|
||||
# Xcode
|
||||
#
|
||||
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
|
||||
# temporary files which can be created if a process still has a handle open of a deleted file
|
||||
.fuse_hidden*
|
||||
|
||||
## Build generated
|
||||
build/
|
||||
DerivedData
|
||||
# KDE directory preferences
|
||||
.directory
|
||||
|
||||
## Various settings
|
||||
*.pbxuser
|
||||
!default.pbxuser
|
||||
*.mode1v3
|
||||
!default.mode1v3
|
||||
*.mode2v3
|
||||
!default.mode2v3
|
||||
*.perspectivev3
|
||||
!default.perspectivev3
|
||||
xcuserdata
|
||||
# Linux trash folder which might appear on any partition or disk
|
||||
.Trash-*
|
||||
|
||||
## Other
|
||||
*.xccheckout
|
||||
*.moved-aside
|
||||
*.xcuserstate
|
||||
*.pbxproj
|
||||
*.xcworkspacedata
|
||||
# .nfs files are created when an open file is removed but is still being accessed
|
||||
.nfs*
|
||||
|
||||
### Waf ###
|
||||
# For projects that use the Waf build system: https://waf.io/
|
||||
# Dot-hidden on Unix-like systems
|
||||
.waf-*-*/
|
||||
.waf3-*-*/
|
||||
# Hidden directory on Windows (no dot)
|
||||
waf-*-*/
|
||||
waf3-*-*/
|
||||
# Lockfile
|
||||
.lock-waf_*_build
|
||||
|
||||
# End of https://www.toptal.com/developers/gitignore/api/linux,direnv,waf
|
||||
|
||||
Reference in New Issue
Block a user