diff options
| author | danix <danix@danix.xyz> | 2020-10-22 14:24:02 +0200 |
|---|---|---|
| committer | danix <danix@danix.xyz> | 2020-10-22 14:24:02 +0200 |
| commit | 72b5b457ac6d78e76548e8a736d1673c390aca9e (patch) | |
| tree | 5b24ead0a896b9bf7b17ce9150a11990382ab40c /.gitignore | |
| download | danixland-covid-italy-72b5b457ac6d78e76548e8a736d1673c390aca9e.tar.gz danixland-covid-italy-72b5b457ac6d78e76548e8a736d1673c390aca9e.zip | |
Initial commit. The plugin is working as expected.release_22102020-1424
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
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 39 |
1 files changed, 39 insertions, 0 deletions
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 |
