Commit 49aa76f 0 parents commit 49aa76f Copy full SHA for 49aa76f
File tree 2 files changed +106
-0
lines changed
2 files changed +106
-0
lines changed Original file line number Diff line number Diff line change
1
+ # .gitignore for openedx_nodebb_discussion
2
+
3
+ # ## Python artifacts
4
+ * .pyc
5
+
6
+ # ## Editor and IDE artifacts
7
+ * ~
8
+ * .swp
9
+ * .orig
10
+ /nbproject
11
+ .idea /
12
+ .redcar /
13
+ codekit-config.json
14
+ .pycharm_helpers /
15
+ /_mac /*
16
+ /IntelliLang.xml
17
+ /conda_packages.xml
18
+ /databaseSettings.xml
19
+ /diff.xml
20
+ /debugger.xml
21
+ /editor.xml
22
+ /ide.general.xml
23
+ /inspection /Default.xml
24
+ /other.xml
25
+ /packages.xml
26
+ /web-browsers.xml
27
+
28
+ # ## Testing artifacts
29
+ .testids /
30
+ .noseids
31
+ nosetests.xml
32
+ .cache /
33
+ .coverage
34
+ .coverage. *
35
+ coverage.xml
36
+ cover /
37
+ cover_html /
38
+ reports /
39
+ jscover.log
40
+ jscover.log. *
41
+ .pytest_cache /
42
+ .tddium *
43
+ common /test /data /test_unicode /static /
44
+ test_root /courses /
45
+ test_root /data /test_bare.git /
46
+ test_root /export_course_repos /
47
+ test_root /paver_logs /
48
+ test_root /uploads /
49
+ django-pyfs
50
+ .tox /
51
+ common /test /db_cache /bok_choy_ * .yaml
52
+
53
+ # ## Installation artifacts
54
+ * .egg-info
55
+ .pip_download_cache /
56
+ .prereqs_cache
57
+ .vagrant /
58
+ node_modules
59
+ bin /
60
+
61
+ # ## Static assets pipeline artifacts
62
+ * .scssc
63
+ lms /static /css /
64
+ lms /static /certificates /css /
65
+ cms /static /css /
66
+ common /static /common /js /vendor /
67
+ common /static /common /css /vendor /
68
+ common /static /bundles
69
+ webpack-stats.json
70
+
71
+ # ## Styling generated from templates
72
+ lms /static /sass /* .css
73
+ lms /static /sass /* .css.map
74
+ lms /static /certificates /sass /* .css
75
+ lms /static /themed_sass /
76
+ cms /static /css /
77
+ cms /static /sass /* .css
78
+ cms /static /sass /* .css.map
79
+ cms /static /themed_sass /
80
+ themes /** /css
81
+
82
+ # ## Logging artifacts
83
+ log /
84
+ logs
85
+ chromedriver.log
86
+ ghostdriver.log
87
+
88
+ # ## Celery artifacts ###
89
+ celerybeat-schedule
90
+
91
+ # ## Unknown artifacts
92
+ database.sqlite
93
+ courseware /static /js /mathjax /*
94
+ flushdb.sh
95
+ build
96
+ /src /
97
+ \# * \#
98
+ .env /
99
+ lms /lib /comment_client /python
100
+ autodeploy.properties
101
+ .ws_migrations_complete
102
+ dist
103
+ * .bak
104
+
105
+ # Visual Studio Code
106
+ .vscode
You can’t perform that action at this time.
0 commit comments