mirror of
https://github.com/lucasroyerdev/stock-pignon.git
synced 2026-05-10 11:02:26 +00:00
feat: initial functional release of Stock Pignon
This commit is contained in:
27
.gitignore
vendored
Normal file
27
.gitignore
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
# Build Android
|
||||
.gradle/
|
||||
build/
|
||||
app/build/
|
||||
app/.gradle/
|
||||
captures/
|
||||
|
||||
# Output Android
|
||||
**/release/*.apk
|
||||
**/debug/*.apk
|
||||
app/release/
|
||||
|
||||
# Android Studio / VS Code
|
||||
.idea/
|
||||
*.iml
|
||||
.vscode/
|
||||
local.properties
|
||||
|
||||
# System files and logs
|
||||
*.log
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Others
|
||||
*.bak
|
||||
*.swp
|
||||
*~
|
||||
Reference in New Issue
Block a user