Add IDE folder to gitignore and exclude temporary screenshots from project

This commit is contained in:
Ovidiu U
2026-03-13 11:36:18 +00:00
parent 72b8365374
commit c06285d520
2 changed files with 5 additions and 2 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
node_modules/
temporary screenshots/
.DS_Store
/.idea/

4
.idea/uovidiu.iml generated
View File

@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/temporary screenshots" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>