Update .gitignore
authorMatthias Schmidt <gravatronics@live.com>
Sun, 27 Dec 2020 15:00:47 +0000 (16:00 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Sun, 27 Dec 2020 15:00:47 +0000 (16:00 +0100)
.gitignore

index b33f7679feb18c5b2d90af8f28efa0f9300912dc..a2414a411d11cccfdf65278ebbdabb2b18a559de 100644 (file)
@@ -1,6 +1,62 @@
-_site/
-.sass-cache/
-.jekyll-metadata
-_pdf
-.idea/
+# Linux
+# backup files
+*~
+
+# Windows
+# thumbnails
+Thumbs.db
+
+# Mac OS X
+# metadata
 .DS_Store
+# thumbnails
+._*
+
+# Visual Studio PHP
+*.sln
+*.phpproj
+*.puo
+*.suo
+*.cache
+
+# Netbeans
+nbproject/
+catalog.xml
+nbactions.xml
+
+# Eclipse
+.settings/
+.buildpath
+.classpath
+.project
+
+# SVN
+# svn folders
+.svn/
+
+# PHPStorm
+.idea/
+.nameencodings
+.xmlmisc
+.xmlmodules
+.xmlprojectCodeStyle
+.xmlvcs.xml
+*.imlworkspace
+.xml
+
+# Sublime Text 2
+*.sublime-*
+
+# Textmate
+*.tmproj
+
+# Visual Studio Code
+.vscode/
+
+# WoltLab Suite
+# Ignore packages build directly in the workspace. They can however be added manually via git add, if wanted.
+*.tar
+*.tar.gz
+
+# Node.js
+extra/node_modules