Last change
on this file was 55149cd, checked in by Vzdra <vladko.zdravkovski@…>, 4 years ago |
updated git ignore
|
-
Property mode
set to
100644
|
File size:
1.4 KB
|
Rev | Line | |
---|
[df62f68] | 1 | .idea
|
---|
| 2 |
|
---|
[55149cd] | 3 | back_end/*.java.hsp
|
---|
| 4 | back_end/*.sonarj
|
---|
| 5 | back_end/*.sw*
|
---|
| 6 | back_end/.DS_Store
|
---|
| 7 | back_end/.settings
|
---|
| 8 | back_end/.springBeans
|
---|
| 9 | back_end/bin
|
---|
| 10 | back_end/build.sh
|
---|
| 11 | back_end/integration-repo
|
---|
| 12 | back_end/ivy-cache
|
---|
| 13 | back_end/jxl.log
|
---|
| 14 | back_end/jmx.log
|
---|
| 15 | back_end/derby.log
|
---|
| 16 | back_end/spring-test/test-output/
|
---|
| 17 | back_end/*.gradle
|
---|
| 18 | back_end/argfile*
|
---|
| 19 | back_end/activemq-data/
|
---|
[df62f68] | 20 |
|
---|
[55149cd] | 21 | back_end/classes/
|
---|
| 22 | back_end/build
|
---|
| 23 | back_end/buildSrc/build
|
---|
| 24 | back_end/spring-*/build
|
---|
| 25 | back_end/spring-core/kotlin-coroutines/build
|
---|
| 26 | back_end/framework-bom/build
|
---|
| 27 | back_end/integration-tests/build
|
---|
| 28 | back_end/src/asciidoc/build
|
---|
| 29 | back_end/target/
|
---|
[df62f68] | 30 |
|
---|
[55149cd] | 31 | # Eclipse artifacts, including WTP generated manifests
|
---|
| 32 | back_end/.classpath
|
---|
| 33 | back_end/.project
|
---|
| 34 | back_end/spring-*/src/main/java/META-INF/MANIFEST.MF
|
---|
[df62f68] | 35 |
|
---|
[55149cd] | 36 | # IDEA artifacts and output dirs
|
---|
| 37 | back_end/*.iml
|
---|
| 38 | back_end/*.ipr
|
---|
| 39 | back_end/*.iws
|
---|
| 40 | back_end/.idea
|
---|
| 41 | back_end/out
|
---|
| 42 | back_end/test-output
|
---|
| 43 | back_end/atlassian-ide-plugin.xml
|
---|
| 44 | back_end/.gradletasknamecache
|
---|
[df62f68] | 45 |
|
---|
[55149cd] | 46 | # Client
|
---|
[df62f68] | 47 |
|
---|
[55149cd] | 48 | # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
---|
[df62f68] | 49 |
|
---|
[55149cd] | 50 | # dependencies
|
---|
| 51 | client_app/node_modules
|
---|
| 52 | client_app/.pnp
|
---|
| 53 | client_app/.pnp.js
|
---|
[df62f68] | 54 |
|
---|
[55149cd] | 55 | # testing
|
---|
| 56 | client_app/coverage
|
---|
[df62f68] | 57 |
|
---|
[55149cd] | 58 | # production
|
---|
| 59 | client_app/build
|
---|
[df62f68] | 60 |
|
---|
[55149cd] | 61 | # misc
|
---|
| 62 | client_app/.DS_Store
|
---|
| 63 | client_app/.env.local
|
---|
| 64 | client_app/.env.development.local
|
---|
| 65 | client_app/.env.test.local
|
---|
| 66 | client_app/.env.production.local
|
---|
[df62f68] | 67 |
|
---|
[55149cd] | 68 | client_app/npm-debug.log*
|
---|
| 69 | client_app/yarn-debug.log*
|
---|
| 70 | client_app/yarn-error.log*
|
---|
[df62f68] | 71 |
|
---|
[55149cd] | 72 | client_app/.eslintcache |
---|
Note:
See
TracBrowser
for help on using the repository browser.