diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a840fac --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +.idea +.env +.secret +.terraform +.terraform.lock.hcl +.terraform.tfstate.lock.info +domains/ \ No newline at end of file diff --git a/frontend/static/.idea/.gitignore b/frontend/static/.idea/.gitignore deleted file mode 100644 index b58b603..0000000 --- a/frontend/static/.idea/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ diff --git a/frontend/static/.idea/modules.xml b/frontend/static/.idea/modules.xml deleted file mode 100644 index 22bc2b4..0000000 --- a/frontend/static/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/frontend/static/.idea/static.iml b/frontend/static/.idea/static.iml deleted file mode 100644 index 24643cc..0000000 --- a/frontend/static/.idea/static.iml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/frontend/static/.idea/vcs.xml b/frontend/static/.idea/vcs.xml deleted file mode 100644 index b2bdec2..0000000 --- a/frontend/static/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file