-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Expand file tree
/
Copy path.gitignore
More file actions
60 lines (44 loc) · 555 Bytes
/
.gitignore
File metadata and controls
60 lines (44 loc) · 555 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
56
57
58
59
60
# vim editing
*.swp
*.swo
.tern-port
.DS_Store
# vscode editing
.vscode
# node modules
npm-debug.log
node_modules
bower_components
# node lock file
package-lock.json
*.sublime*
.build*
# zip file
*.zip
# webfont temp
src/icons/dist/*
.versions
coverage/
.idea/
*.iml
# NuGet
build/
#log files
*.log
# Ignoring dist folder content
dist/*
# Ignoring visual studio
.vs
# e2e tests
selenium-server-standalone.jar
test/reports/
selenium-debug.log
# Ignoring rpt2_cache
.rpt2_cache
# direnv
.envrc
.env
# asdf
.tool-versions
# build files
dist/