Create .gitignore
This commit is contained in:
parent
1a058ca1e8
commit
b1583185a5
1 changed files with 32 additions and 0 deletions
32
src/tamagotchi-service/.gitignore
vendored
Normal file
32
src/tamagotchi-service/.gitignore
vendored
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue