aboutsummaryrefslogtreecommitdiff
path: root/libs/networking/.gitignore
blob: df914c25821f2a1282e0eb66ed9fbfc3a03de6ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# generated files
build/

# Local configuration file (sdk path, etc)
local.properties
tools/deploy-mvn-artifact.conf

# Intellij project files
*.iml
*.ipr
*.iws
.idea/

# Gradle
.gradle/
gradle.properties

# Idea
.idea/workspace.xml
*.iml

# OS X
.DS_Store