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
|
# Folders
|
||||||
.git
|
/.build
|
||||||
|
/.git
|
||||||
|
/.swiftpm
|
||||||
|
/.vscode
|
||||||
|
|
||||||
|
# Files
|
||||||
.gitignore
|
.gitignore
|
||||||
Makefile
|
Makefile
|
||||||
README.md
|
README.md
|
||||||
|
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,4 +1,4 @@
|
|||||||
.DS_Store
|
# Folders
|
||||||
/.build
|
/.build
|
||||||
/.devContainer
|
/.devContainer
|
||||||
/.swiftpm
|
/.swiftpm
|
||||||
@ -6,5 +6,8 @@
|
|||||||
/Packages
|
/Packages
|
||||||
/*.xcodeproj
|
/*.xcodeproj
|
||||||
xcuserdata/
|
xcuserdata/
|
||||||
|
|
||||||
|
# Files
|
||||||
|
.DS_Store
|
||||||
.env.*
|
.env.*
|
||||||
.env
|
.env
|
||||||
|
Loading…
x
Reference in New Issue
Block a user