@cdktf/provider-acme 6.0.0 → 6.0.2

Sign up to get free protection for your applications and to get access to all the features.
package/.copywrite.hcl ADDED
@@ -0,0 +1,24 @@
1
+ schema_version = 1
2
+
3
+ project {
4
+ license = "MPL-2.0"
5
+ copyright_year = 2021
6
+
7
+ # (OPTIONAL) A list of globs that should not have copyright/license headers.
8
+ # Supports doublestar glob patterns for more flexibility in defining which
9
+ # files or folders should be ignored
10
+ header_ignore = [
11
+ "**/node_modules/**",
12
+ "lib/**",
13
+ "dist/**",
14
+ "logs/**",
15
+ "build/**",
16
+ ".gen/**",
17
+ ".github/ISSUE_TEMPLATE/**",
18
+ ".terraform/**",
19
+ "docs/**",
20
+ "API.md",
21
+ ".mergify.yml",
22
+ "scripts/*.js"
23
+ ]
24
+ }
package/.gitattributes CHANGED
@@ -1,5 +1,6 @@
1
1
  # ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen".
2
2
 
3
+ /.copywrite.hcl linguist-generated
3
4
  /.gitattributes linguist-generated
4
5
  /.github/CODEOWNERS linguist-generated
5
6
  /.github/ISSUE_TEMPLATE/config.yml linguist-generated
@@ -17,12 +18,13 @@
17
18
  /.gitignore linguist-generated
18
19
  /.mergify.yml linguist-generated
19
20
  /.npmignore linguist-generated
21
+ /.npmrc linguist-generated
20
22
  /.projen/** linguist-generated
21
23
  /.projen/deps.json linguist-generated
22
24
  /.projen/files.json linguist-generated
23
25
  /.projen/tasks.json linguist-generated
24
- /API.md linguist-generated
25
26
  /cdktf.json linguist-generated
27
+ /docs/*.md linguist-generated
26
28
  /LICENSE linguist-generated
27
29
  /package.json linguist-generated
28
30
  /README.md linguist-generated