Revision 88c2497368f601e87ba2c1ec3b2e215c1f038975 authored by Mark Otto on 16 November 2012, 09:16:27 UTC, committed by Mark Otto on 16 November 2012, 09:16:27 UTC
Previously, we were using a generic label selector, but as this was changed in the main forms awhile back, we need to change it here.
1 parent 5702e1b
Raw File
.gitignore
# Numerous always-ignore extensions
*.diff
*.err
*.orig
*.log
*.rej
*.swo
*.swp
*.zip
*.vi
*~
*.sass-cache

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

# Komodo
*.komodoproject
.komodotools

# Folders to ignore
.hg
.svn
.CVS
.idea
node_modules
dist
back to top