visualculture
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

.gitignore
text/plain

Download raw (1.1 KB)

settings.py

# this is where the generated files should go:
visual


# and from http://pads.osp.kitchen/p/.gitignore

# OSP Open Source Publishing .gitignore #
# Geared towards doing graphic design with Free Software
# You can add this to a file ~/.gitignore_global
# and then run: git config --global core.excludesfile ~/.gitignore_global
# cf https://help.github.com/articles/ignoring-files

# Scribus autosave #
*.autosave

# LibreOffice Lock #
.~lock.*

# IDE / Editor files #
*~
*.kate-swp
*.swo
*.swp
*.tmp
.project
.pydevproject
.settings

# Context / Latex / Metafont Intermediate files #
*.mp
*.log
*.tuc
*.tuo
*.top
*.tui

# Virtual environment #
venv

# Some handy defaults courtesy of GitHub #

# Compiled source #
*.com
*.class
*.dll
*.exe
*.o
*.so
*.pyc

# Packages #
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip

# Logs and databases #
*.log
*.sql
*.sqlite
*.db

# OS generated files #
__MACOSX
.directory
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db