Skip to content

Commit f7447ce

Browse files
author
Debasish Ghosh
committed
added .gitignore
1 parent 2a15017 commit f7447ce

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

.gitignore

+39
Original file line numberDiff line numberDiff line change
@@ -1 +1,40 @@
1+
*~
2+
*#
3+
src_managed
4+
activemq-data
5+
project/plugins/project
6+
project/boot/*
7+
*/project/build/target
8+
*/project/boot
9+
lib_managed
10+
etags
11+
TAGS
12+
reports
13+
dist
14+
build
115
target
16+
deploy/*.jar
17+
data
18+
out
19+
logs
20+
.codefellow
21+
storage
22+
.codefellow
23+
_dump
24+
.manager
25+
manifest.mf
26+
semantic.cache
27+
tm*.log
28+
tm*.lck
29+
tm.out
30+
*.tm.epoch
31+
.DS_Store
32+
*.iws
33+
*.ipr
34+
*.iml
35+
.project
36+
.settings
37+
.classpath
38+
.idea
39+
.scala_dependencies
40+
multiverse.log

0 commit comments

Comments
 (0)