blob: 03517e325092094526b659d8276d7ad2f811d6b1 [file] [log] [blame]
Lott, Christopher (cl778h)6b1d4372020-05-29 11:27:32 -04001# 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
9
10# dependencies
11/node
12/node_modules
13
14/.classpath
15/.project
16/.settings
17/target/
18/.mvn/wrapper/maven-wrapper.jar
19/.tox
20
21### STS ###
22.apt_generated
23.classpath
24.factorypath
25.project
26.settings
27.springBeans
28.sts4-cache
29
30### IntelliJ IDEA ###
31.idea
32*.iws
33*.iml
34*.ipr
35
36### NetBeans ###
37/nbproject/private/
38/nbbuild/
39/dist/
40/nbdist/
41/.nb-gradle/
Lott, Christopher (cl778h)6b1d4372020-05-29 11:27:32 -040042
43### visual studio ###
44.vs
45**/.vscode
46
47# OSx cruft
48**/.DS_Store
49
50# documentation
51.tox
52docs/_build/*
53
54# JSON internal data
55dashboard/webapp-backend/app-stats.json