mirror of
https://github.com/bumptech/glide.git
synced 2026-03-26 13:58:28 +00:00
33 lines
304 B
Plaintext
33 lines
304 B
Plaintext
# Android
|
|
local.properties
|
|
*.keystore
|
|
*.DS_Store
|
|
|
|
# Gradle
|
|
.gradle
|
|
build
|
|
jacoco.exec
|
|
|
|
# gh-pages
|
|
doc/**
|
|
_site/*
|
|
_pages/*
|
|
docs/**/*
|
|
|
|
# Vim
|
|
*.swp
|
|
*.swo
|
|
|
|
# sed
|
|
*.bak
|
|
|
|
# Intellij
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.idea/**
|
|
!.idea/codeStyleSettings.xml
|
|
!.idea/inspectionProfiles
|
|
!.idea/inspectionProfiles/Project_Default.xml
|
|
|