3
0
mirror of https://github.com/rvalitov/zabbix-php-fpm.git synced 2023-11-05 03:30:27 +01:00

initial commit

This commit is contained in:
Ramil Valitov 2019-08-12 09:20:13 +03:00
commit 787aa08d7e

18
.gitignore vendored Normal file
View File

@ -0,0 +1,18 @@
# Windows thumbnail db
Thumbs.db
# OSX files
.DS_Store
#log files
*.log
#bak files
~*
*.bak
#temp files
*.tmp
#PhpStorm
.idea/