aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: c91919e00ae40c358388ecf945fd3990ec0c6f9f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
*.class
*.log
.history
*.sc
.pygments-cache
.DS_Store

# sbt specific
dist/*
target/
lib_managed/
src_managed/
project/boot/
project/plugins/project/

# Scala-IDE specific
.scala_dependencies
.idea
.idea_modules

# Intellij
.idea/
*.iml
*.iws

# Eclipse
.project
.settings
.classpath
.cache
bin/

_site

# Ignore Play! working directory #
db
eclipse
lib
log
logs
modules
precompiled
project/project
project/target
target
tmp
test-result
server.pid
*.iml
*.eml

# Default sigar library provision location.
native/

# Ignore all the tooling and processed assets from kamon-dashboard's angular side
kamon-dashboard/src/main/angular/vendor/*
!kamon-dashboard/src/main/angular/vendor/readme.md
kamon-dashboard/src/main/angular/tools/dist
kamon-dashboard/src/main/angular/tools/node_modules