Skip to content

Commit

Permalink
Update gitignore for static JS and CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
leomorpho committed Sep 12, 2024
1 parent 0205050 commit c813646
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ data/mailpit.db-shm
data/mailpit.db-wal
data/mailpit.db

# Ignore all JavaScript and CSS files in the static folder and its subdirectories
/static/**/*.js
/static/**/*.js.map
/static/**/*.css
/static/**/*.css.map


# Python ------------------------------------------------------------------------------------------
.venv
venv
Expand Down Expand Up @@ -179,4 +186,6 @@ fastlane/test_output

pwabuilder-android-wrapper/signing-key-info.txt
pwabuilder-android-wrapper/signing.keystore
bubblewrap
bubblewrap


0 comments on commit c813646

Please sign in to comment.