1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-30 08:18:59 +01:00

Remove duplicate entries from .gitignore

This commit is contained in:
Alexander Pankratov 2021-03-01 01:32:00 +03:00
parent 157a0c5bc0
commit 02818b2c53

18
.gitignore vendored
View File

@ -78,26 +78,28 @@ target/
# emacs auto-saving files # emacs auto-saving files
\#*# \#*#
.#*# .#*#
*.swp
vendor vendor
*bak *bak
token.php token.php
*~uploading* *~uploading*
session.mad
*.madeline
*.madeline.lock
enc.tar.xz enc.tar.xz
a a
web_data.php web_data.php
web_API.log web_API.log
db_connect.php db_connect.php
sessions sessions
docs_md docs_md
session.mad
*.madeline
*.madeline.*
madeline.phar
madeline.phar.version
madeline.php
.env .env
composer.lock composer.lock
b.php b.php
*.log
telegram-cli* telegram-cli*
src/danog/MadelineProto/Fuzzer.php src/danog/MadelineProto/Fuzzer.php
fuzzer.php fuzzer.php
@ -107,22 +109,16 @@ tests/500mb
*.save.* *.save.*
phar7 phar7
phar5 phar5
madeline.phar
madeline.phar.version
big big
*.phar *.phar
madeline.php
.phpunit.result.cache .phpunit.result.cache
.vscode/* .vscode/*
.vscode .vscode
custom.md custom.md
composer.lock
phpunit.xml phpunit.xml
vendor
.php_cs.cache .php_cs.cache
coverage coverage
tempConv tempConv
extracted.json extracted.json
.phpunit.result.cache
ponyScripts ponyScripts