Bump mkdocs-material from 7.1.2 to 7.1.3 (#167)
[GitHub/WoltLab/woltlab.github.io.git] / .gitignore
index b33f7679feb18c5b2d90af8f28efa0f9300912dc..c07ca819e1e3a7417df3afbe9bb3a4ad6e3c17cc 100644 (file)
@@ -1,6 +1,65 @@
-_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
+
+# Python
+__pycache__/