.gitignore 168 B

123456789
  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/