Diff of /.gitignore [000000] .. [780764]

Switch to unified view

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