Skip to content

Commit 46d8e9f

Browse files
author
Rahul Dureja
committed
Add gitignore file
1 parent 378c4d9 commit 46d8e9f

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

.gitignore

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# ------------------------------------------------------------------------------ #
2+
# Java defaults (https://github.com/github/gitignore/blob/master/Java.gitignore) #
3+
# ------------------------------------------------------------------------------ #
4+
*.class
5+
6+
# Package Files #
7+
*.jar
8+
*.war
9+
*.ear
10+
11+
# ------------------------------------------------------------------------------------------- #
12+
# Eclipse-specific (https://github.com/github/gitignore/blob/master/Global/Eclipse.gitignore) #
13+
# ------------------------------------------------------------------------------------------- #
14+
*.pydevproject
15+
.metadata
16+
bin/**
17+
tmp/**
18+
tmp/**/*
19+
*.tmp
20+
*.bak
21+
*.swp
22+
*~.nib
23+
local.properties
24+
.settings/
25+
.loadpath
26+
# Recommended for Maven based projects
27+
.project
28+
.classpath
29+
30+
# External tool builders
31+
.externalToolBuilders/
32+
33+
# Locally stored "Eclipse launch configurations"
34+
*.launch
35+
36+
# CDT-specific
37+
.cproject
38+
39+
# PDT-specific
40+
.buildpath
41+
42+
# --------------- #
43+
# Studio-specific #
44+
# --------------- #
45+
.studio/
46+
flows/
47+
target/
48+
**/*.mflow
49+
catalog/
50+
51+
#Intellij
52+
.idea/
53+
**/*.iml
54+
55+
#Mule
56+
.mule/

0 commit comments

Comments
 (0)