Improved .gitignore (#66)

* Added gitignore

* Improved gitignore
This commit is contained in:
sun123t2 2020-08-01 15:27:46 +08:00 committed by GitHub
parent 2644feee3a
commit bd76d2c296
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.idea

4
judger/.gitignore vendored
View File

@ -12,4 +12,8 @@ uoj_judger/main_judger
uoj_judger/run/*
!uoj_judger/run/*.cpp
!uoj_judger/run/*.h
uoj_judger/work/*
uoj_judger/result/*
!uoj_judger/work/.gitkeep
!uoj_judger/result/.gitkeep

5
web/.gitignore vendored
View File

@ -1,3 +1,8 @@
.idea
.php_cs.cache
app/.config.php
app/storage/tmp/*
app/storage/submission/*
!app/storage/tmp/.gitkeep
!app/storage/submission/.gitkeep