Added some more folders to the .dockerignore file in the project.

This commit is contained in:
Javier Cicchelli 2025-03-10 01:15:46 +01:00
parent 9732e2b841
commit b190a8b02d
3 changed files with 11 additions and 3 deletions

View File

@ -1,5 +1,10 @@
.build
.git
# Folders
/.build
/.git
/.swiftpm
/.vscode
# Files
.gitignore
Makefile
README.md

5
.gitignore vendored
View File

@ -1,4 +1,4 @@
.DS_Store
# Folders
/.build
/.devContainer
/.swiftpm
@ -6,5 +6,8 @@
/Packages
/*.xcodeproj
xcuserdata/
# Files
.DS_Store
.env.*
.env