Skip to content

Commit 575579d

Browse files
committed
gitignore tools/deploy-mvn-artifact.conf
1 parent 50f2c80 commit 575579d

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

.gitignore

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
1-
.gradle/
1+
# generated files
22
build/
3-
*.iml
3+
4+
# Local configuration file (sdk path, etc)
45
local.properties
6+
tools/deploy-mvn-artifact.conf
7+
8+
# Intellij project files
9+
*.iml
10+
*.ipr
11+
*.iws
512
.idea/
13+
14+
# Gradle
15+
.gradle/
16+
gradle.properties
17+
18+
# Idea
19+
.idea/workspace.xml
20+
*.iml
21+
22+
# OS X
23+
.DS_Store
24+
25+
# dependencies

0 commit comments

Comments
 (0)