Added some more folders to the .dockerignore file in the project.
This commit is contained in:
parent
9732e2b841
commit
b190a8b02d
@ -1,5 +1,10 @@
|
||||
.build
|
||||
.git
|
||||
# Folders
|
||||
/.build
|
||||
/.git
|
||||
/.swiftpm
|
||||
/.vscode
|
||||
|
||||
# Files
|
||||
.gitignore
|
||||
Makefile
|
||||
README.md
|
||||
|
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,4 +1,4 @@
|
||||
.DS_Store
|
||||
# Folders
|
||||
/.build
|
||||
/.devContainer
|
||||
/.swiftpm
|
||||
@ -6,5 +6,8 @@
|
||||
/Packages
|
||||
/*.xcodeproj
|
||||
xcuserdata/
|
||||
|
||||
# Files
|
||||
.DS_Store
|
||||
.env.*
|
||||
.env
|
||||
|
Loading…
x
Reference in New Issue
Block a user