geo-ip-plugin/.gitignore
Dmitriy Simushev 94c25b6a69 Initial commit
2014-12-05 13:44:40 +00:00

20 lines
360 B
Plaintext

# Do not index node.js modules that are used for building
node_modules
# Do not index composer components
vendor
# Do not index releases
release
# Do not index vendor binaries
bin
# Do not index GeoIP databases but not the .htaccess file that hides them.
db/*
!db/.htaccess
# Do not index composer executable and its lock file
composer.phar
composer.lock