Skip to content
Snippets Groups Projects
Commit 2b446366 authored by David Schmitz's avatar David Schmitz
Browse files

.gitignore cleanup/reordering

parent 6bfa1888
No related branches found
No related tags found
No related merge requests found
############################################################################# #############################################################################
############################################################################# #############################################################################
# general
flowspy/settings.py *.swp
flowspy/settings.py.centos
*.pyc
celerybeat-schedule
*.log
celery_var/
*~ *~
celeryd@*
doc_rst/
static/rest_framework/
*.swp tags
## ##
...@@ -25,22 +17,22 @@ static/rest_framework/ ...@@ -25,22 +17,22 @@ static/rest_framework/
*.off *.off
old/ old/
local/
.gitmy/
## ##
tags *.png
*.ico
README.local.txt *.xcf
############################################################################# #############################################################################
############################################################################# #############################################################################
# devel
doc.intl doc.intl
doc_rst/
README.local.txt
############################################################################# local/
############################################################################# .gitmy/
bin.mg/ bin.mg/
...@@ -56,40 +48,76 @@ mypull* ...@@ -56,40 +48,76 @@ mypull*
mydocker_* mydocker_*
test_*
mydiff_* mydiff_*
diff_skip*.list diff_skip*.list
fodcli fodcli
############################################################################# Dockerfile.blank*
#############################################################################
venv/
staticfiles/
############################################################################# #############################################################################
############################################################################# #############################################################################
# install / runtime /conf /db ...
Dockerfile.blank*
#
runfod-*.sh runfod-*.sh
supervisord.conf supervisord.conf
runfod.conf
systemd/fod-gunicorn.service systemd/fod-gunicorn.service
systemd/fod-celeryd.service systemd/fod-celeryd.service
systemd/fod-status-email-user@.service systemd/fod-status-email-user@.service
############################################################################# ##
#############################################################################
*.png flowspy/settings.py
*.ico flowspy/settings.py.centos
*.xcf flowspy/settings.py.docker.debian
flowspy/settings.py.docker.centos
#
example-data*
snmp_temp_data
##
staticfiles/
/static
static/rest_framework/
##
log
logs
*.log
##
*.pyc
pythonenv
venv
venv/
##
celerybeat-schedule
celerybeat-schedule.db
celery_var/
celeryd@*
dump.rdb*
############################################################################# #############################################################################
############################################################################# #############################################################################
## testing
.vs .vs
Tests/Selenium/.vs Tests/Selenium/.vs
...@@ -99,9 +127,11 @@ Tests/SeleniumJava/FodSelenium/logs/log.txt ...@@ -99,9 +127,11 @@ Tests/SeleniumJava/FodSelenium/logs/log.txt
Tests/SeleniumJava/FodSelenium/logs/report.txt Tests/SeleniumJava/FodSelenium/logs/report.txt
Tests/SeleniumJava/FodSelenium/test-output/* Tests/SeleniumJava/FodSelenium/test-output/*
############################################################################# #############################################################################
############################################################################# #############################################################################
/static
/.coverage /.coverage
#############################################################################
#############################################################################
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment