Skip to content

Commit

Permalink
chore: Organize gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
dazuma authored Dec 15, 2021
1 parent 795f162 commit dd22f70
Showing 1 changed file with 22 additions and 31 deletions.
53 changes: 22 additions & 31 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,36 +1,27 @@
# Dependency installations and lockfiles
Gemfile.lock
keyfile.json
coverage/*
doc/*
pkg/*
html/*
jsondoc/*

# Ignore vagrant directory
.vagrant

# Ignore YARD stuffs
.yardoc

# Ignore devsite/cloudrad stuffs
*/docs.metadata

# directories left by gh-pages
_site/*
.DS_STORE

# Ignore stuff left by synth
__pycache__

# Ignore bundler directory
*/.bundle/
*/vendor/bundle
*/lib/bundler/man/

node_modules
.bundle/
/*/vendor/bundle/
/*/lib/bundler/man/
package-lock.json

# Ignore RubyMine project files
node_modules/

# Build and test artifacts
/*/coverage/
/*/doc/
/*/pkg/
/*/html/
/*/jsondoc/
/*/.yardoc/
/*/docs.metadata
_site/
__pycache__/

# Environment and dev tool artifacts
.vagrant
.idea
.DS_STORE
keyfile.json

# Other stuff
/tmp

0 comments on commit dd22f70

Please sign in to comment.