forked from kamon-io/Kamon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
63 lines (55 loc) · 832 Bytes
/
.gitignore
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
60
61
62
63
*.class
*.log
.history
*.sc
.pygments-cache
.DS_Store
# sbt specific
dist/*
target/
lib_managed/
src_managed/
project/boot/
project/plugins/project/
.ensime
.ensime_cache
# Scala-IDE specific
.scala_dependencies
.idea
.idea_modules
# Intellij
.idea/
*.iml
*.iws
# Eclipse
.project
.settings
.classpath
.cache
.cache-main
.cache-tests
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