forked from dropbox/dropbox-sdk-java
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
Latest commit
28 lines (21 loc) · 316 Bytes
/
Copy path.gitignore
File metadata and controls
28 lines (21 loc) · 316 Bytes
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
# Gradle
.gradle/
build/
# Maven build output folder
/target/
# IntelliJ project folder
intellij/
.idea/
*.iml
gradle.properties
local.properties
# Output file when rendering ReadMe.md locally.
/ReadMe.html
# editor temp files
*~
# pyc files from generator
*.pyc
# ClassyShark
classyshark*
# macOS
*.DS_Store