-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
52 lines (52 loc) · 1.16 KB
/
.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
# This gitignore file was generated from the following:
# - Eclipse https://raw.githubusercontent.com/github/gitignore/master/Global/Eclipse.gitignore
# - Gradle: https://raw.githubusercontent.com/github/gitignore/master/Gradle.gitignore
# - JetBrains: https://raw.githubusercontent.com/github/gitignore/master/Global/JetBrains.gitignore
# The contents of the file were then reverse sorted and all comments and empty lines removed.
# Additional changes:
# - Change all `.idea/...` to simply `.idea/*`
# - Change `/build/` to `build/*`
# - Add `*` to the end of all directory paths
tmp/
out/
local.properties
gradle-app.setting
fabric.properties
crashlytics.properties
crashlytics-build.properties
com_crashlytics_export_strings.xml
cmake-build-*/*
build/*
bin/*
atlassian-ide-plugin.xml
.worksheet
.texlipse
.tern-project
.target
.springBeans
.settings/*
.scala_dependencies
.recommenders/*
.recommenders
.metadata
.loadpath
.idea_modules/*
.idea/*
.gradletasknamecache
.gradle
.factorypath
.externalToolBuilders/*
.cproject
.cache-main
.buildpath
.autotools
.apt_generated_test/*
.apt_generated/*
*~.nib
*.tmp
*.swp
*.pydevproject
*.launch
*.iws
*.bak
!gradle-wrapper.jar