This website works better with JavaScript.
Home
Explore
Help
Sign In
hemant.khadase
/
BajajFDLib
Watch
0
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
1
Wiki
Activity
Browse Source
changes done in gitignore
PankajBranch
Hemant Khadase
2 years ago
parent
dd3e66e87c
commit
108d31daeb
1 changed files
with
36 additions
and
12 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+36
-12
.gitignore
+ 36
- 12
.gitignore
View File
@ -1,15 +1,39 @@
#built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Java class files
*.class
# generated files
bin/
gen/
# Local configuration file (sdk path, etc)
local.properties
# Windows thumbnail db
Thumbs.db
# OSX files
.DS_Store
# Android Studio
*.iml
.idea
#.idea/workspace.xml - remove # and delete .idea if it better suit your needs.
.gradle
/local.properties
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
.DS_Store
/build
/captures
build/
.navigation
captures/
output.json
#NDK
obj/
.externalNativeBuild
.cxx
local.properties
Write
Preview
Loading…
Cancel
Save
Powered by
TurnKey Linux
.