Skip to content

Commit

Permalink
Update gitignore, add .db for SQLite
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrumm committed Feb 14, 2023
1 parent d07bde5 commit 4d94e7d
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,16 @@ erl_crash.dump
# Also ignore archive artifacts (built via "mix archive.build").
*.ez

# Ignore temporary files, for example, from tests.
/tmp/

# Ignore package tarball (built via "mix hex.build").
phoenix_live_dashboard-*.tar

node_modules
tmp
# In case you use Node.js/npm, you want to ignore these.
npm-debug.log
/assets/node_modules/

# Ignore SQLite database files
*.db
*.db-*

0 comments on commit 4d94e7d

Please sign in to comment.