diff --git a/.gitignore b/.gitignore index 79fec7d..01c3144 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,11 @@ +# idea .idea/ -bun.lockb + +# node node_modules/ -public/css/styles.css -package-lock.json \ No newline at end of file +package-lock.json +bun.lockb +bun.lock + +# tailwind +public/css/styles.css \ No newline at end of file