# Exclude stuff specific to this project.
node_modules
/v[1-9]

# Exclude IDE management files.
  # Eclipse
.project
.settings
.buildpath
  # Netbeans
netbeans
nbproject
  # Komodo
*.kpf
  # WebStorm
.idea

# Exclude hidden OS files.
.DS_Store
._*
Thumbs.db
