source: .gitignore@ df62f68

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

Update .gitignore

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