blob: 9054b49bc9a92cd33b8e2ee326dcaa6ad6061f5a [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
JohnKeeney461bbaa2021-12-15 18:24:03 +000049.vscode
elinuxhenrikf507d922020-03-19 14:52:24 +010050
51# OSx cruft
52**/.DS_Store
elinuxhenrikc491ddd2021-01-18 17:06:18 +010053.history
elinuxhenrikf507d922020-03-19 14:52:24 +010054
55# documentation
56.tox
57docs/_build/*