mirror of
https://github.com/github/gitignore.git
synced 2026-04-12 02:21:43 +08:00
38 lines
524 B
Plaintext
38 lines
524 B
Plaintext
# Optional variables
|
|
.docker
|
|
data
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Cache files, generates by Zephir
|
|
.temp/
|
|
.libs/
|
|
|
|
# Object files, generates by linker
|
|
*.lo
|
|
*.la
|
|
*.o
|
|
*.loT
|
|
|
|
# Files generated by configure and Zephir,
|
|
# not required for extension compilation.
|
|
ext/build/
|
|
ext/modules/
|
|
ext/Makefile*
|
|
ext/config*
|
|
ext/acinclude.m4
|
|
ext/aclocal.m4
|
|
ext/autom4te*
|
|
ext/install-sh
|
|
ext/ltmain.sh
|
|
ext/missing
|
|
ext/mkinstalldirs
|
|
ext/run-tests.php
|
|
ext/.deps
|
|
ext/libtool
|