ignore build and ide

This commit is contained in:
Tykayn 2023-07-06 13:26:17 +02:00 committed by tykayn
parent 46d9492c2f
commit ffb1ccd702
3 changed files with 6 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
# Include your project-specific ignores in this file
# Read about how to use .gitignore: https://help.github.com/articles/ignoring-files
# Useful .gitignore templates: https://github.com/github/gitignore
.idea
node_modules
.nvm
~/.nvm

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$/sesame-vitejs/sesame/dist" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>

View File

@ -1,3 +1,5 @@
dist
# Logs
logs
*.log