-
Notifications
You must be signed in to change notification settings - Fork 62
Expand file tree
/
Copy path.gitignore
More file actions
40 lines (36 loc) · 791 Bytes
/
.gitignore
File metadata and controls
40 lines (36 loc) · 791 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
# Created by .ignore support plugin (hsz.mobi)
.idea/
.vscode/
.DS_Store
f5-appsvcs-extension.code-workspace
jsconfig.json
test/.DS_Store
test/integration/.DS_Store
test/integration/bigip/.DS_Store
*.swp
rpmbuild
docs/_build/
docs/refguide/schema-reference.rst
docs/refguide/schemaref
src/lib/versions.json
node_modules
src/schema/latest/adc-schema.json
src/schema/latest/as3-schema.json
src/schema/latest/def-pointers-schema.json
src/schema/latest/def-shared-schema-core.json
src/schema/latest/per-app-schema.json
test/logs
examples/as3.examples.collection.json
examples/example-all.json
assets/
docs/redoc-static.html
redoc-static.html
# ignore all of dist
dist/
# ignore coverage output
**/coverage
**/.nyc_output
# ignore npm-debug
**/npm-debug.log
# stryker temp files
.stryker-tmp