diff --git a/.gitignore b/.gitignore index 779a6921..a37a2afc 100644 --- a/.gitignore +++ b/.gitignore @@ -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 \ No newline at end of file +# In case you use Node.js/npm, you want to ignore these. +npm-debug.log +/assets/node_modules/ + +# Ignore SQLite database files +*.db +*.db-*