Browse Source

second commit

shuvit 4 years ago
parent
commit
2d58103885
2 changed files with 51 additions and 0 deletions
  1. 4
    0
      .gitattributes
  2. 47
    0
      .gitignore

+ 4
- 0
.gitattributes View File

@@ -0,0 +1,4 @@
1
+*.wav filter=lfs diff=lfs merge=lfs -text
2
+*.blend filter=lfs diff=lfs merge=lfs -text
3
+*.jpg filter=lfs diff=lfs merge=lfs -text
4
+*.png filter=lfs diff=lfs merge=lfs -text

+ 47
- 0
.gitignore View File

@@ -0,0 +1,47 @@
1
+# Compiled source #
2
+###################
3
+*.com
4
+*.class
5
+*.dll
6
+*.exe
7
+*.o
8
+*.so
9
+
10
+# Packages #
11
+############
12
+# it's better to unpack these files and commit the raw source
13
+# git has its own built in compression methods
14
+*.7z
15
+*.dmg
16
+*.gz
17
+*.iso
18
+*.jar
19
+*.rar
20
+*.tar
21
+*.zip
22
+
23
+# Logs and databases #
24
+######################
25
+*.log
26
+*.sql
27
+*.sqlite
28
+
29
+# OS generated files #
30
+######################
31
+.DS_Store
32
+.DS_Store?
33
+._*
34
+.Spotlight-V100
35
+.Trashes
36
+ehthumbs.db
37
+Thumbs.db
38
+
39
+# User               #
40
+######################
41
+*.blend1
42
+*.pyc
43
+*__pycache__/
44
+scripts/__pycache__/
45
+scripts/*.pyc
46
+*.blend2
47
+

Loading…
Cancel
Save