Last change
on this file since df62f68 was df62f68, checked in by Vzdra <vladko.zdravkovski@…>, 4 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 |
|
---|
23 | npm-debug.log*
|
---|
24 | yarn-debug.log*
|
---|
25 | yarn-error.log*
|
---|
26 |
|
---|
27 | .eslintcache
|
---|
28 |
|
---|
29 | *.java.hsp
|
---|
30 | *.sonarj
|
---|
31 | *.sw*
|
---|
32 | .DS_Store
|
---|
33 | .settings
|
---|
34 | .springBeans
|
---|
35 | bin
|
---|
36 | build.sh
|
---|
37 | integration-repo
|
---|
38 | ivy-cache
|
---|
39 | jxl.log
|
---|
40 | jmx.log
|
---|
41 | derby.log
|
---|
42 | spring-test/test-output/
|
---|
43 | .gradle
|
---|
44 | argfile*
|
---|
45 | activemq-data/
|
---|
46 |
|
---|
47 | classes/
|
---|
48 | /build
|
---|
49 | buildSrc/build
|
---|
50 | /spring-*/build
|
---|
51 | /spring-core/kotlin-coroutines/build
|
---|
52 | /framework-bom/build
|
---|
53 | /integration-tests/build
|
---|
54 | /src/asciidoc/build
|
---|
55 | target/
|
---|
56 |
|
---|
57 | # Eclipse artifacts, including WTP generated manifests
|
---|
58 | .classpath
|
---|
59 | .project
|
---|
60 | spring-*/src/main/java/META-INF/MANIFEST.MF
|
---|
61 |
|
---|
62 | # IDEA artifacts and output dirs
|
---|
63 | *.iml
|
---|
64 | *.ipr
|
---|
65 | *.iws
|
---|
66 | .idea
|
---|
67 | out
|
---|
68 | test-output
|
---|
69 | atlassian-ide-plugin.xml
|
---|
70 | .gradletasknamecache
|
---|
71 |
|
---|
72 | # Client APP |
---|
Note:
See
TracBrowser
for help on using the repository browser.