source: .gitignore@ bf9486e

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

updated git ignore

  • Property mode set to 100644
File size: 1.4 KB
RevLine 
[df62f68]1.idea
2
[55149cd]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/
[df62f68]20
[55149cd]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/
[df62f68]30
[55149cd]31# Eclipse artifacts, including WTP generated manifests
32back_end/.classpath
33back_end/.project
34back_end/spring-*/src/main/java/META-INF/MANIFEST.MF
[df62f68]35
[55149cd]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
[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
51client_app/node_modules
52client_app/.pnp
53client_app/.pnp.js
[df62f68]54
[55149cd]55# testing
56client_app/coverage
[df62f68]57
[55149cd]58# production
59client_app/build
[df62f68]60
[55149cd]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
[df62f68]67
[55149cd]68client_app/npm-debug.log*
69client_app/yarn-debug.log*
70client_app/yarn-error.log*
[df62f68]71
[55149cd]72client_app/.eslintcache
Note: See TracBrowser for help on using the repository browser.