.gitignore 197 B

123456789101112
  1. # Ignore an internal CViTjs installation.
  2. # Assumes it's been cloned in the js directory
  3. js/*
  4. ## Ignore PHPUnit Test vendor scripts & environment info.
  5. .env
  6. vendor/
  7. docs/_build
  8. *.DS_Store
  9. build