forked from nextcloud/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
55 lines (42 loc) · 735 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Dolphin file manager
*.directory
# Generated Files
*/_build/*
build/vendor/
build/server/
build/composer.lock
developer_manual/api/
server/
_build
*.pyc
# Meta Data
.DS_Store
# Backups
*~
*.sav
*.backup
# Exclude NetBeans project
/nbproject/*
*.db
*.snag
# Icons files
developer_manual/html_css_design/img
developer_manual/html_css_design/icons.txt
# OpenAPI file
developer_manual/_static/openapi.json
developer_manual/_static/stoplight-elements.js
developer_manual/_static/stoplight-elements.css
# Exclude Eclipse project
.project
# pipenv / virtualenv
venv
# VScode
.vscode/
*.code-workspace
# Sublime Text
*.sublime-project
*.sublime-workspace
# Local History for Visual Studio Code
.history/
# JetBrains IDEs
.idea/