docs: establish project harness baseline
This commit is contained in:
+38
@@ -0,0 +1,38 @@
|
||||
# OS and editors
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
.idea/
|
||||
.vscode/
|
||||
*.iml
|
||||
|
||||
# Local configuration and secrets
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
local.properties
|
||||
google-services.json
|
||||
secrets.properties
|
||||
api_keys.properties
|
||||
*.jks
|
||||
*.keystore
|
||||
*.pem
|
||||
*.key
|
||||
|
||||
# Android and Gradle outputs
|
||||
.gradle/
|
||||
**/build/
|
||||
*.apk
|
||||
*.aab
|
||||
*.aar
|
||||
|
||||
# Go and local runtime outputs
|
||||
bin/
|
||||
dist/
|
||||
tmp/
|
||||
var/
|
||||
*.exe
|
||||
*.test
|
||||
coverage.out
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
Reference in New Issue
Block a user