Create .gitignore

This commit is contained in:
Steinwagner 2019-12-10 16:42:02 +01:00
parent 1a058ca1e8
commit b1583185a5

32
src/tamagotchi-service/.gitignore vendored Normal file
View file

@ -0,0 +1,32 @@
.mta
.che
/**/node_modules
/**/target
/**/dist
/**/.project
/**/.settings
/**/.classpath
/**/.springBeans
/**/.factorypath
/**/.idea
// Generated Artifacts
/**/edmx/
/**/gen
/**/src/generated
/**/dist
/**/webapp/localService/metadata.xml
// Files and folders generated by WebIDE build and not to be committed
/uideployer/resources/
/uideployer/deploymentTemp/
/**/package-lock.json
/**/*.mtar