-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
103 lines (93 loc) · 1.24 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
92
93
94
95
96
97
98
99
100
101
102
103
# Ignore docs files
/_gh_pages/
# This is the old Jekyll docs dist folder;
# keeping it here so that when we switch branches it doesn't show up
/site/docs/**/dist/
# Hugo resources folder
**/resources/
**/[Ss]ource/
**/[Ss]ources/
**/sample/
# Ignore ruby/bundler files;
# keeping them here so that when we switch branches they don't show up
/.bundle/
/vendor/
/.ruby-version
# Numerous always-ignore extensions
*.diff
*.err
*.log
*.orig
*.rej
*.swo
*.swp
*.vi
*.zip
*.rar
*~
.dropbox
# OS or Editor folders
._*
.cache
.directory
.Trash-*
.nfs*
.DS_Store
.idea
.project
.settings
.tmproj
*.esproj
*.sublime-project
*.sublime-workspace
nbproject
Thumbs.db
[Dd]esktop.ini
$RECYCLE.BIN/
*.cab
*.msi
*.msix
*.msm
*.msp
*.lnk
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
atlassian-ide-plugin.xml
### VisualStudioCode Patch ###
# Ignore all local history of files
.history
### Adobe ###
# Adobe Source Files
*.psd
*.ai
*.indd
*.prproj
*.aep
*.xd
# Komodo
.komodotools
*.komodoproject
### Node ###
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.npm
*.tsbuildinfo
.eslintcache
.env
.env.test
.cache
.next
.nuxt
.serverless/
**/node_modules/
link.txt
### build folder ###
**/build/