mirror of
https://github.com/sjlongland/tornado-gallery.git
synced 2025-09-13 08:42:23 +10:00
This is a first stab, and yes, things are *UGLY*, particularly the JavaScript, which was written almost 10 years ago. As such, it pre-dates versions of IE that play nice with web standards, Promises and lots of other advancements. My knowledge of JavaScript has also greatly improved since then. :-)
16 lines
140 B
Plaintext
16 lines
140 B
Plaintext
# Vim swapfiles
|
|
*.swp
|
|
.*.swp
|
|
|
|
# Backup files
|
|
*~
|
|
|
|
# Python compiled files
|
|
*.pyc
|
|
*.pyo
|
|
__pycache__
|
|
|
|
# setuptools/distutils related
|
|
build
|
|
dist
|