forked from j62/ctbrec
Add idea project files to .gitignore
This commit is contained in:
parent
e53cee3272
commit
cd840afe0d
|
@ -8,3 +8,5 @@
|
|||
/server-local.sh
|
||||
/browser/
|
||||
/ffmpeg/
|
||||
/client.iml
|
||||
/.idea/
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
/bin/
|
||||
/target/
|
||||
/common.iml
|
||||
/.idea/
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
.idea
|
||||
master.iml
|
|
@ -7,3 +7,5 @@
|
|||
/jre/
|
||||
/server-local.sh
|
||||
ctbrec.pid
|
||||
/.idea/
|
||||
*.iml
|
||||
|
|
Loading…
Reference in New Issue