diff --git a/.gitignore b/.gitignore
index 8c47839b81a395d51f7aa59a36b93f8518f839cf..03b4ee2115c8e9773075905ccfcd18193ca95b01 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,9 +17,8 @@
 .env.development.local
 .env.test.local
 .env.production.local
-./csv/*
+csv/*
 npm-debug.log*
 yarn-debug.log*
 yarn-error.log*
-./csv/*
-.schema.sql
\ No newline at end of file
+schema.sql
\ No newline at end of file
diff --git a/frontend/.gitignore b/frontend/.gitignore
new file mode 100644
index 0000000000000000000000000000000000000000..b512c09d476623ff4bf8d0d63c29b784925dbdf8
--- /dev/null
+++ b/frontend/.gitignore
@@ -0,0 +1 @@
+node_modules
\ No newline at end of file