feat: 원격 FTP 서버 탐색 기능 기본 구현
This commit is contained in:
31
.gitignore
vendored
Normal file
31
.gitignore
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
# Gradle files
|
||||
.gradle
|
||||
build/
|
||||
|
||||
# Local configuration file (sdk path, etc)
|
||||
local.properties
|
||||
|
||||
# Log Files
|
||||
*.log
|
||||
|
||||
# Android Studio generated files and folders
|
||||
.idea/
|
||||
.cxx/
|
||||
captures/
|
||||
.externalNativeBuild/
|
||||
|
||||
# OSX files
|
||||
.DS_Store
|
||||
|
||||
# Misc
|
||||
*.iml
|
||||
.project
|
||||
*.swp
|
||||
*~
|
||||
|
||||
# Keystore files
|
||||
*.jks
|
||||
*.keystore
|
||||
|
||||
# Google Services (safety)
|
||||
/app/google-services.json
|
||||
Reference in New Issue
Block a user