Update .gitignore
This commit is contained in:
parent
6c6ef80c4a
commit
aab55bf76b
|
@ -6,8 +6,12 @@
|
||||||
/ffmpeg/ffmpeg-macos64
|
/ffmpeg/ffmpeg-macos64
|
||||||
/ffmpeg/ffmpeg-win64.exe
|
/ffmpeg/ffmpeg-win64.exe
|
||||||
/client.iml
|
/client.iml
|
||||||
/.idea/
|
.idea
|
||||||
|
**.log
|
||||||
|
.debug-config
|
||||||
|
.vscode
|
||||||
/target/
|
/target/
|
||||||
|
.classpath
|
||||||
.project
|
.project
|
||||||
*.prefs
|
*.prefs
|
||||||
client/.classpath
|
client/.classpath
|
||||||
|
|
Loading…
Reference in New Issue