Fix typo in typescript.md
[GitHub/WoltLab/woltlab.github.io.git] / .gitignore
CommitLineData
fab6fafd
MS
1# Linux
2# backup files
3*~
4
5# Windows
6# thumbnails
7Thumbs.db
8
9# Mac OS X
10# metadata
ac49e024 11.DS_Store
fab6fafd
MS
12# thumbnails
13._*
14
15# Visual Studio PHP
16*.sln
17*.phpproj
18*.puo
19*.suo
20*.cache
21
22# Netbeans
23nbproject/
24catalog.xml
25nbactions.xml
26
27# Eclipse
28.settings/
29.buildpath
30.classpath
31.project
32
33# SVN
34# svn folders
35.svn/
36
37# PHPStorm
38.idea/
39.nameencodings
40.xmlmisc
41.xmlmodules
42.xmlprojectCodeStyle
43.xmlvcs.xml
44*.imlworkspace
45.xml
46
47# Sublime Text 2
48*.sublime-*
49
50# Textmate
51*.tmproj
52
53# Visual Studio Code
54.vscode/
55
56# WoltLab Suite
57# Ignore packages build directly in the workspace. They can however be added manually via git add, if wanted.
58*.tar
59*.tar.gz
60
61# Node.js
62extra/node_modules