-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b5473d6
commit 56b691b
Showing
5 changed files
with
19 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,17 @@ | ||
# Exclude everything we won't need for a production build | ||
# NOTE: These will get volumed during development but excluded in production | ||
# Exclude everything we won't need for a production build. | ||
# NOTE: These will be volumed during development but excluded in production | ||
# unless explicitly put there by the build process. | ||
**/.DS_Store | ||
**/.env-example | ||
**/.editorconfig | ||
**/.env* | ||
**/.eslintrc | ||
**/.gitattributes | ||
**/.gitignore | ||
**/.styleci.yml | ||
**/*.md | ||
**/*.xml | ||
**/bin | ||
**/node_modules | ||
**/*.xml | ||
**/*.md | ||
**/phpstan.neon | ||
**/tests | ||
**/vendor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters