Skip to content
This repository was archived by the owner on Oct 28, 2022. It is now read-only.

Commit e29fcc2

Browse files
authored
Merge pull request #15 from andrelikesdogs/development
Prepare 0.8.0 release
2 parents db45389 + d2d4aed commit e29fcc2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+16856
-1797
lines changed

.gitignore

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
[Ii]nclude
66
[Ll]ib/*
77
!js/lib/*
8-
[Ll]ib64
9-
[Ll]ocal
10-
[Ss]cripts
8+
^[Ll]ib64
9+
^[Ll]ocal
10+
^[Ss]cripts
1111
[Ss]hare
1212
[Ee]tc
1313
pyvenv.cfg
@@ -17,12 +17,25 @@ __pycache__
1717
.history
1818
.DS_Store
1919
.vscode
20+
env/
21+
.eggs/
22+
egg/
23+
parts/
24+
sdist/
25+
var/
26+
*.egg-info/
27+
.installed.cfg
28+
*.egg
29+
2030
# Windows Crap
2131
Thumbs.db
2232
ehthumbs.db
2333
ehthumbs_vista.db
2434
*.stackdump
2535

36+
# Serverless directories
37+
.serverless
38+
2639
# Mac Crap
2740
.DS_Store
2841
.AppleDouble
@@ -42,6 +55,7 @@ romfiles/
4255
*.n64.zip
4356
*.v64
4457
*.v64.zip
58+
*.debug/
4559

4660
release/
4761
# dont need to commit psd files and that crap
@@ -51,5 +65,7 @@ web/design
5165
# js crap
5266
node_modules/
5367

68+
.data
69+
/*.zip
5470
#ide files
5571
*.wpr
20.7 KB
Loading
21.2 KB
Loading
7.48 KB
Loading

Assets/img/custom_paintings/mika/LICENSE

Lines changed: 395 additions & 0 deletions
Large diffs are not rendered by default.
7.56 KB
Loading
19 KB
Loading
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Credit
2+
3+
These portraits were done by Mika. Please visit https://not-very-artistic.tumblr.com/ to commission them.
4+
5+
# License
6+
7+
Please see LICENSE for a detailed licensing and disclaimer information. The License applies to all files in this folder.
22.3 KB
Loading
21.9 KB
Loading

0 commit comments

Comments
 (0)