commit 787aa08d7e08147f0462f495ce5ff8ed75316a97 Author: Ramil Valitov Date: Mon Aug 12 09:20:13 2019 +0300 initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0ed982d --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +# Windows thumbnail db +Thumbs.db + +# OSX files +.DS_Store + +#log files +*.log + +#bak files +~* +*.bak + +#temp files +*.tmp + +#PhpStorm +.idea/