diff options
| author | Brianna | 2017-05-29 20:47:51 -0400 |
|---|---|---|
| committer | GitHub | 2017-05-29 20:47:51 -0400 |
| commit | 7240f25deb21db365f39d00c50eb07d41dc4c797 (patch) | |
| tree | d765bd8753524dc2fd5109b1d9183c76ca49b15d /.gitignore | |
| parent | d1852619dfa22833cc5fd13af17afe031ee08ece (diff) | |
| parent | 369ac2a855c70b717c5b8a94ce5e97e1e4a0fc59 (diff) | |
added static components which don't get called each frame when rendering
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,6 @@ __pycache__ settings.ini build/* -.vscode/*
\ No newline at end of file +.vscode/* +*.mkv +*.mp4 |
