~xdavidwu/xdavidwu.link

ref: 70bdd4b7411034ea51fa26e20193c17b57f8d49b xdavidwu.link/.gitignore -rw-r--r-- 328 bytes
70bdd4b7xdavidwu ruby: depends on matrix, for classifier-reborn, for ruby 3.1 1 year, 10 months ago
                                                                                
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
# Vim
*~
*.sw[p_]

# Sublime Text
*.sublime-project
*.sublime-workspace

# Ruby Gem
*.gem
.bundle
Gemfile.lock
**/vendor/bundle

# Node.js and NPM
node_modules
npm-debug.log*
package-lock.json
codekit-config.json

# macOS
.DS_Store

# Jekyll generated files
.jekyll-cache
.jekyll-metadata
.sass-cache
_asset_bundler_cache
_site