-
-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathignore-me.ts
More file actions
41 lines (34 loc) · 734 Bytes
/
ignore-me.ts
File metadata and controls
41 lines (34 loc) · 734 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
/**
* This file can be ignored!
* It is just used to add some lines of Typescript
* to the GitHub repository statistics.
*
* Otherwise, there would be more lines of code
* from Terraform files and the repository wouldn't
* show up with Typescript as the main language.
*/
function main() {
console.log('This file can be ignored')
console.log('')
console.log('')
console.log('')
console.log('')
console.log('')
console.log('')
console.log('')
console.log('')
console.log('')
console.log('')
console.log('')
console.log('')
console.log('')
console.log('')
console.log('')
console.log('')
console.log('')
console.log('')
console.log('')
console.log('')
console.log('')
}
main()