Skip to content

Commit

Permalink
Ignore tmp directory from deploys
Browse files Browse the repository at this point in the history
These get created when deploying, we should ignore them to ensure they
never get pushed accidentally into our commits.
  • Loading branch information
jrjohnson committed Apr 5, 2024
1 parent c25a06c commit 1c72946
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/frontend/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# compiled output
/dist/
/declarations/
/tmp/

# dependencies
/node_modules/
Expand Down
1 change: 1 addition & 0 deletions packages/lti-course-manager/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# compiled output
/dist/
/declarations/
/tmp/

# dependencies
/node_modules/
Expand Down
1 change: 1 addition & 0 deletions packages/lti-dashboard/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# compiled output
/dist/
/declarations/
/tmp/

# dependencies
/node_modules/
Expand Down

0 comments on commit 1c72946

Please sign in to comment.