blob: 500a407bd7219ef0dc8074ecdd84cd52f0c0bac2 [file] [log] [blame]
elinuxhenrikf507d922020-03-19 14:52:24 +01001# See http://help.github.com/ignore-files/ for more about ignoring files.
2
3/logs
4
5# compiled output
6/dist
7/tmp
8/out-tsc
elinuxhenrik94225562021-01-21 08:49:44 +01009coverage
elinuxhenrikf507d922020-03-19 14:52:24 +010010
11# dependencies
12/node
13/node_modules
14
elinuxhenrik1fd9afe2020-12-08 13:31:20 +010015### Eclipse ###
16/.pydevproject
elinuxhenrikf507d922020-03-19 14:52:24 +010017/.classpath
18/.project
19/.settings
20target
21/.mvn/wrapper/maven-wrapper.jar
22/.tox
23
24### STS ###
25.apt_generated
26.classpath
27.factorypath
28.project
29.settings
30.springBeans
31.sts4-cache
32
33### IntelliJ IDEA ###
34.idea
35*.iws
36*.iml
37*.ipr
38
39### NetBeans ###
40/nbproject/private/
41/nbbuild/
42/dist/
43/nbdist/
44/.nb-gradle/
45/build/
46
47### visual studio ###
48.vs
elinuxhenrikf507d922020-03-19 14:52:24 +010049
50# OSx cruft
51**/.DS_Store
elinuxhenrikc491ddd2021-01-18 17:06:18 +010052.history
elinuxhenrikf507d922020-03-19 14:52:24 +010053
54# documentation
55.tox
56docs/_build/*