-
Notifications
You must be signed in to change notification settings - Fork 29
/
.gitignore
58 lines (42 loc) · 924 Bytes
/
.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
################################################################################
#
# Files for git to ignore
#
################################################################################
# Python bytecode files
*.pyc
# SQLite database files
rmgweb/sqlitedb/*
rmgweb/rmgweb.db
# The secret settings module
rmgweb/secretsettings.py
# Static files for deployment
static/*
# jQuery
#rmgweb/static/js/jquery.js
# jsMath
#rmgweb/static/js/jsMath/*
# Highcharts
#rmgweb/static/js/highcharts.js
# Database files
database/*
# Uploaded MEASURE files
rmgweb/media/pdep/networks/*
# Uploaded RMG files
rmgweb/media/rmg/tools/*
/rmgweb/nbproject/private/private.xml
/rmgweb/nbproject/project.properties
/rmgweb/nbproject/project.xml
# Eclipse project files
.project
.pydevproject
.settings/*
# WSGI
apache/django.wsgi
# VS Code related files
.history/*
# PyCharm project files
.idea/*
venv/
# MacOS files
.DS_Store