source: .gitignore

Last change on this file was 55149cd, checked in by Vzdra <vladko.zdravkovski@…>, 3 years ago

updated git ignore

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