1
- # General
2
- .DS_Store
3
- .AppleDouble
4
- .LSOverride
5
-
6
-
7
-
8
- # Thumbnails
9
- ._ *
10
-
11
- # Files that might appear in the root of a volume
12
- .DocumentRevisions-V100
13
- .fseventsd
14
- .Spotlight-V100
15
- .TemporaryItems
16
- .Trashes
17
- .VolumeIcon.icns
18
- .com.apple.timemachine.donotpresent
19
-
20
- # Directories potentially created on remote AFP share
21
- .AppleDB
22
- .AppleDesktop
23
- Network Trash Folder
24
- Temporary Items
25
- .apdisk
26
-
27
- # Windows thumbnail cache files
28
- Thumbs.db
29
- ehthumbs.db
30
- ehthumbs_vista.db
31
-
32
- # Dump file
33
- * .stackdump
34
-
35
- # Folder config file
36
- Desktop.ini
37
-
38
- # Recycle Bin used on file shares
39
- $RECYCLE.BIN /
40
-
41
- # Windows Installer files
42
- * .cab
43
- * .msi
44
- * .msm
45
- * .msp
46
-
47
- # Windows shortcuts
48
- * .lnk
49
-
50
1
* ~
51
-
52
- # temporary files which can be created if a process still has a handle open of a deleted file
53
- .fuse_hidden *
54
-
55
- # KDE directory preferences
56
- .directory
57
-
58
- # Linux trash folder which might appear on any partition or disk
59
- .Trash- *
60
-
61
- # .nfs files are created when an open file is removed but is still being accessed
62
- .nfs *
63
-
64
- # Logs
65
- logs
2
+ ~ *
3
+ * .diff
4
+ * .patch
5
+ * .bak
6
+ .DS_Store
7
+ * .swp
8
+ * .swo
66
9
* .log
67
- npm-debug.log *
68
- yarn-debug.log *
69
- yarn-error.log *
70
-
71
- # Runtime data
72
- pids
73
- * .pid
74
- * .seed
75
- * .pid.lock
76
-
77
- # Directory for instrumented libs generated by jscoverage/JSCover
78
- lib-cov
79
-
80
- # Coverage directory used by tools like istanbul
81
- coverage
82
-
83
- # nyc test coverage
84
- .nyc_output
85
-
86
- # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
87
- .grunt
88
-
89
- # Bower dependency directory (https://bower.io/)
90
- bower_components
10
+ * .log. *
91
11
92
- # node-waf configuration
93
- .lock-wscript
12
+ /.vscode /
94
13
95
- # Compiled binary addons (https://nodejs.org/api/addons.html)
96
- build /Release
97
-
98
- # Dependency directories
99
14
node_modules /
100
- jspm_packages /
101
-
102
- # Typescript v1 declaration files
103
- typings /
104
-
105
- # Optional npm cache directory
106
- .npm
107
-
108
- # Optional eslint cache
109
- .eslintcache
110
-
111
- # Optional REPL history
112
- .node_repl_history
113
-
114
- # Output of 'npm pack'
115
- * .tgz
116
-
117
- # Yarn Integrity file
118
- .yarn-integrity
119
-
120
- # dotenv environment variables file
121
- .env
122
-
123
-
124
- .vscode /*
125
- ! .vscode /settings.json
126
- ! .vscode /tasks.json
127
- ! .vscode /launch.json
128
- ! .vscode /extensions.json
129
-
130
-
131
- * .gem
132
- * .rbc
133
- /.config
134
- /coverage /
135
- /InstalledFiles
136
- /pkg /
137
- /spec /reports /
138
- /spec /examples.txt
139
- /test /tmp /
140
- /test /version_tmp /
141
- /tmp /
142
-
143
- # Used by dotenv library to load environment variables.
144
- # .env
145
-
146
- # # Specific to RubyMotion:
147
- .dat *
148
- .repl_history
149
- build /
150
- * .bridgesupport
151
- build-iPhoneOS /
152
- build-iPhoneSimulator /
153
-
154
- # # Specific to RubyMotion (use of CocoaPods):
155
- #
156
- # We recommend against adding the Pods directory to your .gitignore. However
157
- # you should judge for yourself, the pros and cons are mentioned at:
158
- # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
159
- #
160
- # vendor/Pods/
161
-
162
- # # Documentation cache and generated files:
163
- /.yardoc /
164
- /_yardoc /
165
- /doc /
166
- /rdoc /
15
+ .sass-cache /
167
16
168
- # # Environment normalization:
169
17
/.bundle /
170
18
/vendor /bundle
171
- /lib /bundler /man /
172
-
173
- # for a library or gem, you might want to ignore these files since the code is
174
- # intended to run in multiple environments; otherwise, check them in:
175
- # Gemfile.lock
176
- # .ruby-version
177
- # .ruby-gemset
178
-
179
- # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
180
- .rvmrc
19
+ * .gem
181
20
182
21
yarn.lock
183
22
package-lock.json
184
-
185
- # jekyll
186
23
Gemfile.lock
187
- package-lock.json
24
+
188
25
_site /
189
- .sass-cache /
190
26
.jekyll-metadata
191
- .jekyll-cache /
27
+ .jekyll-cache /
0 commit comments