forked from omegaup/omegaup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
112 lines (92 loc) · 1.79 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
# Ignore objects
*.o
# Ignore temporary files
*~
*.swp
*.swo
*.pyc
.pytest_cache/
.mypy_cache/
.cache
tags
nohup.out
tags
# Ignore classes
*.class
# IDE-related stuff
build.xml
nbproject/
manifest.mf
build/
grader/lib/
.idea/
# Ignore SSL-related stuff
*.jks
*.crt
*.key
*.srl
# ignore frontend config file
config.php
frontend/server/config.php
frontend/server/api/tests/config.php
test_config.php
# and log
yarn-error.log
#ignore crated-by-test stuff
frontend/server/api/tests/problems/
frontend/server/api/tests/submissions/
frontend/tests/controllers/gitserver.config.json
frontend/tests/controllers/gitserver.log
frontend/tests/controllers/gitserver.pid
frontend/tests/controllers/grade/
frontend/tests/controllers/img/
frontend/tests/controllers/mysql_types.log*
frontend/tests/controllers/omegaup.log
frontend/tests/controllers/templates/
frontend/tests/omegaup.db
frontend/tests/ui/results/
omegaup_test.log
coverage.xml
# Ignore runtime and test stuff
test-env
templates_c
/omegaup/
bin/grader.sh
frontend/www/runner-distrib.sh
geckodriver.log
yarn-error.log
.phpunit.result.cache
# Ignore Mac crap :P
frontend/.DS_Store
.DS_Store
# Ignore stuff in www
frontend/www/apc.php
frontend/www/coverage/
frontend/www/img/
frontend/www/phpminiadmin/
frontend/www/pmamini.php
frontend/www/templates/
frontend/www/tests/index.html
# Ignore sublime sftp config
sftp-config.json
# Ignore GitHub Atom sftp config
.remote-sync.json
# Ignore node modules folder
node_modules/
# Ignore composer files
vendor/
# Ignore JavaScript build files.
frontend/www/js/dist/
# Ignore SASS-CSS build files.
frontend/www/css/dist/
# Ignore media/dist folder
frontend/www/media/dist/
# Ignore C++ / Pascal docs
frontend/www/docs/cpp
frontend/www/docs/pas
# Ignore VS Code json
.vscode/*
.save
# Ignore omegaup.db
omegaup.db
.my.cnf