chore: initial commit
This commit is contained in:
38
backend/.gitignore
vendored
Normal file
38
backend/.gitignore
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
# Created by .ignore support plugin (hsz.mobi)
|
||||
.DS_Store
|
||||
node_modules
|
||||
node/
|
||||
/dist
|
||||
|
||||
# local env files
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# Log files
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# Editor directories and files
|
||||
.idea
|
||||
*.iml
|
||||
.vscode
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
|
||||
|
||||
src/main/resources/static
|
||||
src/main/resources/public
|
||||
|
||||
|
||||
target
|
||||
.settings
|
||||
.project
|
||||
.classpath
|
||||
.factorypath
|
||||
/crm/src/main/resources/packages/
|
||||
/app/src/main/resources/static/
|
||||
/crm/src/test/resources/mockito-extensions/org.mockito.plugins.MockMaker
|
||||
Reference in New Issue
Block a user