Aggiunto progetto a gitignore

This commit is contained in:
2019-07-19 10:14:05 +02:00
parent 8a6d8c0435
commit 2a2f456eee
5 changed files with 33 additions and 1 deletions

6
.gitignore vendored
View File

@@ -1,2 +1,6 @@
nbproject/private/
src/cache/*
src/cache/*
.idea/workspace.xml
.idea/usage.statistics.xml
.idea/tasks.xml

6
.idea/misc.xml generated Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="JavaScriptSettings">
<option name="languageLevel" value="ES6" />
</component>
</project>

8
.idea/modules.xml generated Normal file
View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/ordify-api.iml" filepath="$PROJECT_DIR$/.idea/ordify-api.iml" />
</modules>
</component>
</project>

8
.idea/ordify-api.iml generated Normal file
View File

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

6
.idea/vcs.xml generated Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>