From 72b5b457ac6d78e76548e8a736d1673c390aca9e Mon Sep 17 00:00:00 2001 From: danix Date: Thu, 22 Oct 2020 14:24:02 +0200 Subject: Initial commit. The plugin is working as expected. nuovo file: .gitignore nuovo file: LICENSE.txt nuovo file: README.txt nuovo file: danixland-covid-italy.php nuovo file: index.php nuovo file: languages/dnxcovita.pot nuovo file: uninstall.php --- .gitignore | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3c5a4e2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,39 @@ +# Numerous always-ignore extensions +*.diff +*.err +*.orig +*.log +*.rej +*.swo +*.swp +*.vi +*~ +*.sass-cache + +# OS or Editor folders +.DS_Store +Thumbs.db +.cache +.project +.settings +.tmproj +*.esproj +nbproject +*.sublime-project +*.sublime-workspace + +# Dreamweaver added files +_notes +dwsync.xml + +# Komodo +*.komodoproject +.komodotools + +# Folders to ignore +.hg +.svn +.CVS +intermediate +.idea +cache -- cgit v1.2.3