mirror of
https://github.com/FatttSnake/OxygenToolbox.git
synced 2026-04-06 01:11:27 +08:00
Add FoldLayout
This commit is contained in:
41
.gitignore
vendored
Normal file
41
.gitignore
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
/captures
|
||||
.cxx
|
||||
# built application files
|
||||
/build
|
||||
*.apk
|
||||
*.ap_
|
||||
.externalNativeBuild
|
||||
|
||||
# files for the dex VM
|
||||
*.dex
|
||||
|
||||
# Java class files
|
||||
*.class
|
||||
|
||||
# Local configuration files (sdk path, etc)
|
||||
local.properties
|
||||
|
||||
# Mac .DS_Store files
|
||||
.DS_Store
|
||||
|
||||
# Proguard README
|
||||
proguard-project.txt
|
||||
|
||||
# Android Studio and Gradle specific entries
|
||||
.gradle
|
||||
*.iml
|
||||
build
|
||||
|
||||
# android sdk captures folder
|
||||
captures
|
||||
|
||||
# ignore lint html and xml output
|
||||
lint-*ml
|
||||
|
||||
|
||||
/.idea/caches
|
||||
/.idea/libraries
|
||||
/.idea/modules.xml
|
||||
/.idea/workspace.xml
|
||||
/.idea/navEditor.xml
|
||||
/.idea/assetWizardSettings.xml
|
||||
Reference in New Issue
Block a user