blob: 55ac7f19c10c04c58dd5b245064e6a80034e62cc [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
elinuxhenrik626cd0f2020-04-03 10:58:13 +02009package-lock.json
elinuxhenrik94225562021-01-21 08:49:44 +010010coverage
elinuxhenrikf507d922020-03-19 14:52:24 +010011
12# dependencies
13/node
14/node_modules
15
elinuxhenrik1fd9afe2020-12-08 13:31:20 +010016### Eclipse ###
17/.pydevproject
elinuxhenrikf507d922020-03-19 14:52:24 +010018/.classpath
19/.project
20/.settings
21target
22/.mvn/wrapper/maven-wrapper.jar
23/.tox
24
25### STS ###
26.apt_generated
27.classpath
28.factorypath
29.project
30.settings
31.springBeans
32.sts4-cache
33
34### IntelliJ IDEA ###
35.idea
36*.iws
37*.iml
38*.ipr
39
40### NetBeans ###
41/nbproject/private/
42/nbbuild/
43/dist/
44/nbdist/
45/.nb-gradle/
46/build/
47
48### visual studio ###
49.vs
50**/.vscode
51
52# OSx cruft
53**/.DS_Store
elinuxhenrikc491ddd2021-01-18 17:06:18 +010054.history
elinuxhenrikf507d922020-03-19 14:52:24 +010055
56# documentation
57.tox
58docs/_build/*