Skip to content

Commit

Permalink
clear house, update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Feb 28, 2014
1 parent eb6376c commit b1edac2
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 346 deletions.
41 changes: 41 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,42 @@
# Ignore docs files
_gh_pages
_site
.ruby-version

# Numerous always-ignore extensions
*.diff
*.err
*.orig
*.log
*.rej
*.swo
*.swp
*.zip
*.vi
*~

# OS or Editor folders
.DS_Store
._*
Thumbs.db
.cache
.project
.settings
.tmproj
*.esproj
nbproject
*.sublime-project
*.sublime-workspace
.idea

# Komodo
*.komodoproject
.komodotools

# grunt-html-validation
validation-status.json
validation-report.json

# Folders to ignore
node_modules
bower_components
1 change: 0 additions & 1 deletion .ruby-version

This file was deleted.

Loading

3 comments on commit b1edac2

@zlatanvasovic
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You copied BS .gitignore! 😄

Remove node_modules, bower_components, validation-something.json and so on.

@mdo
Copy link
Owner Author

@mdo mdo commented on b1edac2 Mar 3, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Meh :).

@zlatanvasovic
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:P

Please sign in to comment.