Skip to content

Commit

Permalink
added .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
anandbagmar committed Mar 5, 2021
1 parent 21ff33c commit 445eacb
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
.gradle/
build/
logs/
out/
*testOutput/
.idea/
*.apk
*.app
*.ipa
*.zip
*.png
*.jpeg
*.jpg
temp/
test-output/
target/
.metadata/
bin/
.classpath
.project
.settings/
*.bak
*.bin*
.DS_Store
*.iml
pipeline.gdsl
*target*/
.xcconfig_bac
node_modules/
*.apk
*.app
*.ipa
*.exe
local.properties
upload
libs

0 comments on commit 445eacb

Please sign in to comment.