mirror of
https://github.com/samsonjs/Peekaboo.git
synced 2026-04-27 15:07:41 +00:00
Update ignores
This commit is contained in:
parent
2ea94f94f4
commit
9acd68c7c5
1 changed files with 5 additions and 1 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -75,7 +75,8 @@ peekaboo-cli/.build/
|
||||||
peekaboo-cli/DerivedData/
|
peekaboo-cli/DerivedData/
|
||||||
peekaboo-cli/.swiftpm/
|
peekaboo-cli/.swiftpm/
|
||||||
peekaboo-cli/*.bc
|
peekaboo-cli/*.bc
|
||||||
peekaboo
|
# Compiled CLI binary in root
|
||||||
|
/peekaboo
|
||||||
.build/
|
.build/
|
||||||
DerivedData/
|
DerivedData/
|
||||||
*.pbxuser
|
*.pbxuser
|
||||||
|
|
@ -110,3 +111,6 @@ playground.xcworkspace
|
||||||
|
|
||||||
# OS generated files
|
# OS generated files
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
|
||||||
|
# npm package files
|
||||||
|
*.tgz
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue