This website requires JavaScript.
Explore
Help
Register
Sign In
Archives
/
scrcpy
Watch
2
Star
0
Fork
0
You've already forked scrcpy
mirror of
https://github.com/Genymobile/scrcpy
synced
2024-11-11 01:10:32 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
c19c688e0c
scrcpy
/
.gitignore
11 lines
98 B
Plaintext
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-29 16:06:44 +00:00
build/
/dist/
Git-ignore release directories
2020-06-02 16:17:25 +00: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-29 16:06:44 +00: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 15:02:13 +00:00
/x/
Add local.properties to gitignore
2020-11-03 16:09:03 +00:00
local.properties
Add scrcpy-server to .gitignore The script install_release.sh downloads a file named scrcpy-server to the repo root directory. Add it to .gitignore so that it is ignored. PR #4364 <https://github.com/Genymobile/scrcpy/pull/4364> Signed-off-by: Romain Vimont <rom@rom1v.com>
2023-10-20 10:04:19 +00:00
/scrcpy-server
Reference in New Issue
Copy Permalink