mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-31 16:18:00 +01:00
15 lines
314 B
Text
15 lines
314 B
Text
# OS X filesystem custom folder attributes
|
|
.DS_Store
|
|
|
|
# Bundler-specific files
|
|
.gem
|
|
.bundle
|
|
|
|
# NPM-specific files
|
|
node_modules
|
|
npm-debug.log
|
|
|
|
# We used to have an index file in the repository,
|
|
# but it's been superseded by a static asset
|
|
# hosted at https://tldr-pages.github.io/assets/index.json
|
|
pages/index.json
|