blob: 137f7d7f135232041346a063bdd474929264df26 [file] [log] [blame]
elinuxhenrikf507d922020-03-19 14:52:24 +01001# See http://help.github.com/ignore-files/ for more about ignoring files.
2
3# compiled output
4/dist
5/tmp
6/out-tsc
7
8# dependencies
9/node
10/node_modules
11
12/.classpath
13/.externalToolBuilders
14/.project
15/.settings
16/target/
17/.mvn/wrapper/maven-wrapper.jar
Lathish095fb8c2021-01-28 17:14:19 +000018
elinuxhenrikf507d922020-03-19 14:52:24 +010019
20### STS ###
21.apt_generated
22.classpath
23.factorypath
24.project
25.settings
26.springBeans
27.sts4-cache
28
29### IntelliJ IDEA ###
30.idea
31*.iws
32*.iml
33*.ipr
34
35### NetBeans ###
36/nbproject/private/
37/nbbuild/
38/dist/
39/nbdist/
40/.nb-gradle/
41/build/
Lathish74432642021-01-26 14:23:10 +000042/bin/