This website requires JavaScript.
Explore
Tos
Help
Register
Sign in
Android
/
scrcpy
Watch
1
Star
0
Fork
You've already forked scrcpy
0
Code
Issues
Pull requests
Projects
Releases
1
Packages
Wiki
Activity
b3ff1f6b3b
scrcpy
/
.gitignore
10 lines
83 B
Text
Raw
Normal View
History
Unescape
Escape
Convert server to an Android project To simplify the device server-side build, use gradle to create an APK, even if we use it as a simple jar, by running its main() method.
2018-01-30 00:06:44 +08:00
build/
/dist/
Git-ignore release directories
2020-06-03 00:17:25 +08:00
/build-*/
/build_*/
/release-*/
Convert server to an Android project To simplify the device server-side build, use gradle to create an APK, even if we use it as a simple jar, by running its main() method.
2018-01-30 00:06:44 +08:00
.idea/
.gradle/
gitignore: Add x/ directory People following default build instructions can be caught off guard by seeing the build artifacts in the git tree. Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> Signed-off-by: Romain Vimont <rom@rom1v.com>
2020-04-03 23:02:13 +08:00
/x/
Add local.properties to gitignore
2020-11-04 00:09:03 +08:00
local.properties
Reference in a new issue
Copy permalink