add intellij files in gitignore and public uploads
This commit is contained in:
parent
5536b7cd78
commit
2d1fc7194a
1 changed files with 9 additions and 0 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -15,3 +15,12 @@
|
||||||
/log/*
|
/log/*
|
||||||
!/log/.keep
|
!/log/.keep
|
||||||
/tmp
|
/tmp
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# Ignore Intellij files
|
||||||
|
.idea/
|
||||||
|
*.iml
|
||||||
|
*.iws
|
||||||
|
|
||||||
|
public/uploads
|
Loading…
Reference in a new issue