diff --git a/.gitignore b/.gitignore index eb2fed6..cbc8dc9 100644 --- a/.gitignore +++ b/.gitignore @@ -26,11 +26,11 @@ bin/ !**/src/test/**/bin/ ### NetBeans ### -/nbproject/private/ -/nbbuild/ -/dist/ -/nbdist/ -/.nb-gradle/ +nbproject/private/ +nbbuild/ +dist/ +nbdist/ +.nb-gradle/ ### VS Code ### .vscode/ @@ -41,18 +41,18 @@ bin/ ### Node ### # dependencies node_modules/ -/.pnp +.pnp .pnp.js # testing -/coverage +coverage # next.js -/.next/ -/out/ +.next/ +out/ # production -/build +build # misc *.pem