forked from hedgedoc/hedgedoc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (48 loc) · 706 Bytes
/
Copy path.gitignore
File metadata and controls
55 lines (48 loc) · 706 Bytes
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
# SPDX-FileCopyrightText: 2021 The HedgeDoc developers (see AUTHORS file)
#
# SPDX-License-Identifier: CC0-1.0
node_modules
package-lock.json
composer.phar
composer.lock
.env.*.php
.env.php
.DS_Store
.idea/
!.idea/copyright/
Thumbs.db
npm-debug.log
newrelic_agent.log
logs/
tmp/
backups/
*.pid
*.log
*.sqlite
# ignore config files
config.json
.sequelizerc
.env
# ignore webpack build
public/build
public/views/build
# ignore TypeScript built
built/
dist
# Tests
/coverage
/coverage-e2e
/.nyc_output
public/uploads/*
!public/uploads/.gitkeep
!public/.gitkeep
uploads
test_uploads
# Yarn 2 without zero-installs
.yarn/*
!.yarn/patches
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
.pnp.*