Add .idea to .gitignore

This commit is contained in:
Benoit 2022-12-13 19:54:54 +01:00
parent 7e51a09384
commit ad3e664b56
2 changed files with 5 additions and 0 deletions

4
.gitignore vendored
View file

@ -1,5 +1,8 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# Jetbrains IDEs
.idea/
# dependencies
/node_modules
/.pnp
@ -41,3 +44,4 @@ next-env.d.ts
# homepage
/config

1
.idea/homepage.iml generated
View file

@ -5,6 +5,7 @@
<excludeFolder url="file://$MODULE_DIR$/temp" />
<excludeFolder url="file://$MODULE_DIR$/.tmp" />
<excludeFolder url="file://$MODULE_DIR$/tmp" />
<excludeFolder url="file://$MODULE_DIR$/config" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />