Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.gitignore - github.com/nextcloud/documentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 17fe9b7439c43856f3a94aff054c0d94422d745c (plain)
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
# 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

# Exclude Eclipse project
.project

# pipenv / virtualenv
venv

# VScode
.vscode/
*.code-workspace

# Sublime Text
*.sublime-project
*.sublime-workspace

# Local History for Visual Studio Code
.history/