-
Notifications
You must be signed in to change notification settings - Fork 13
/
.gitignore
91 lines (83 loc) · 1.29 KB
/
.gitignore
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# ____ _ _ ___
# / ___(_) |_ |_ _|__ _ _ __ ___ _ __ ___
# | | _| | __| | |/ _` | '_ \ / _ \| '__/ _ \
# | |_| | | |_ | | (_| | | | | (_) | | | __/
# \____|_|\__| |___\__, |_| |_|\___/|_| \___|
# |___/
#
# -+-
#
# This Git ignore file is more or less custom and have multiple
# project types included. That way i can just use my own file.
#
# I do also add a few Apple MacOS files that we dont want to
# include, this is not needed if you're on a Windows system.
# But it's always nice to have a clean git-repo!
#
############################################################################
# Local OS temp/log/system files
# -+-
# MacOS
.DS_Store
.DS_Store?
._*
sublime-*
# Windows
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Linux
*.~
*.swp
pids
*.pid
*.seed
*.pid.lock
*.lock
.env
# Build environments
# -+-
build/Release
conf/*.conf
# NodeJS and WebPack
# -+-
node_modules
build
dist
webpack-stats.json
npm-debug.log
node_modules/
jspm_packages/
.npm
.node_repl_history
# Log files
# -+-
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Compiled sources
# -+-
*.com
*.class
*.dll
*.exe
*.o
*.so
# Compression archives
# -+-
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
*.tgz
# PhishTank DB Versions
online-valid.*
phishtank-*-db.*
phishtank-db.*