-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
46 lines (37 loc) · 860 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
# Git ignore file.
#
# Ignore files/directories generated by the build.
build/
ij_output/
.gradle/
buildSrc/bin
buildSrc/.classpath
gradle/wrapper/
gradlew
gradlew.bat
# Ignore vi swap files
*.swp
# Ignore the files the Mac finder creates everywhere
.DS_Store
# IntelliJ Files that are per-user and should not be checked in.
.idea/scopes/scope_settings.xml
.idea/uiDesigner.xml
.idea/dictionaries/
.idea/copyright/profiles_settings.xml
.idea/misc.xml
.idea/workspace.xml
.idea/compiler.xml
.idea/gradle.xml
# Maybe, we'll remove this ignore after everyone starts using IntelliJ13 with gradle integration
.idea/libraries/*
.idea/shelf/*
.idea/modules.xml
# Ignore google-java-format IntelliJ plugin xml file
.idea/google-java-format.xml
# Ignore any backup files created by editors
*~
*.iml
# Ignore Eclipse .metadata dirs
.metadata
.project
.settings