Last change
on this file since 1b4b6ff was 55149cd, checked in by Vzdra <vladko.zdravkovski@…>, 4 years ago |
updated git ignore
|
-
Property mode
set to
100644
|
File size:
1.4 KB
|
Line | |
---|
1 | .idea
|
---|
2 |
|
---|
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/
|
---|
20 |
|
---|
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/
|
---|
30 |
|
---|
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
|
---|
35 |
|
---|
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
|
---|
45 |
|
---|
46 | # Client
|
---|
47 |
|
---|
48 | # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
---|
49 |
|
---|
50 | # dependencies
|
---|
51 | client_app/node_modules
|
---|
52 | client_app/.pnp
|
---|
53 | client_app/.pnp.js
|
---|
54 |
|
---|
55 | # testing
|
---|
56 | client_app/coverage
|
---|
57 |
|
---|
58 | # production
|
---|
59 | client_app/build
|
---|
60 |
|
---|
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
|
---|
67 |
|
---|
68 | client_app/npm-debug.log*
|
---|
69 | client_app/yarn-debug.log*
|
---|
70 | client_app/yarn-error.log*
|
---|
71 |
|
---|
72 | client_app/.eslintcache |
---|
Note:
See
TracBrowser
for help on using the repository browser.