HummingBirdAnimeClient/.gitignore

26 lines
335 B
Plaintext
Raw Normal View History

2015-11-04 16:36:54 -05:00
.codelite
2016-02-05 14:14:02 -05:00
.phing_targets
.sonar/
2015-11-04 16:36:54 -05:00
*.phprj
*.workspace
vendor
2016-02-05 14:14:02 -05:00
**/cache/**
**/logs/**
**/coverage/**
**/docs/**
2016-04-07 13:11:45 -04:00
**/node_modules/**
2016-02-02 11:34:03 -05:00
public/images/*
2015-11-04 16:36:54 -05:00
composer.lock
*.sqlite
*.db
*.sqlite3
docs/*
tests/test_data/sessions/*
2015-11-17 16:45:41 -05:00
cache.properties
2016-02-05 14:14:02 -05:00
build/**
!build/*.txt
!build/*.xml
!build/*.php
app/config/*.toml
2016-04-07 13:11:45 -04:00
!app/config/*.toml.example
phinx.yml