Skip to content

Commit

Permalink
Add Dockerfile and update .gitignore
Browse files Browse the repository at this point in the history
Create a new Dockerfile in the `.devcontainer` directory. Update the `.gitignore` file to include `*.lock`, `yarn-error.log`, `*.local`, and `.trunk/`. These changes are necessary for better project organization and to prevent unwanted files from being tracked.

No issue tracker references.
  • Loading branch information
XOwlPost committed Mar 20, 2024
1 parent 64f8434 commit a9a9dd4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,3 @@ out/
aws/
# Local configuration files for local development and testing environments (create this yourself if you need it)
.pre-commit-config.local.yaml

tatus

0 comments on commit a9a9dd4

Please sign in to comment.