-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
62 lines (53 loc) · 796 Bytes
/
.gitignore
File metadata and controls
62 lines (53 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Useful links for more information about ignoring files:
# https://git-scm.com/docs/gitignore
# https://github.com/github/gitignore
# https://www.toptal.com/developers/gitignore
# Binary archives of any kind are not allowed:
*.tar
*.gz
*.zip
*.7z
*.rar
*.tgz
*.hdt
*.mod
# Log files and databases are not allowed:
*.log
database.sqlite
keys.json
# Integrated Development Environment (IDE)-specific files/folders:
.idea/
.settings/
.metadata
.classpath
.project
.factorypath
*.iml
# Java:
*.jar
*.war
*.class
log4j2.xml
catalog-v001.xml
# Maven:
target/
output/
# Python:
__pycache__/
site-packages/
*.py[cod]
*$py.class
*.pkl
*.egg-info/
.venv
*venv/
.env
*env/
# Compiled/binary output folders:
bin/
build/
dist/
# Mac/OSX-specific files:
.DS_Store
# Windows-specific files:
Thumbs.db