-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
80 lines (64 loc) · 750 Bytes
/
.gitignore
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# Builds
target
.gradle
.idea
*.iml
build
## Logs
logs
*.hprof
## Node
node_modules
## Temporary images
*.jpg~
## Draw IO
*.bkp
*.dtmp
## Cypress
/videos
/screenshots
## BIN
bin
## Compressed files
deck.tar.gz
## C / C++
*.o
*.a
kotlin.native.tar.gz
kotlin.native**
kotlin-native-linux-x86_64-1.7.20
*.kexe
*.klib
redcat.klib-build
postgres.zip
postgres-*
stdbool.h
stdint.h
_types.h
cdefs.h
machine
machines
stdlib.h
stdio.h
_null.h
whiskers-runners-graalvm-standalone
## Results
*.csv
*.txt
# Python
__pycache__
*.pyc
# Tests
pid.file
# Images
docs/article.whiskers.banner.png~
# Gradle
gradle-wrapper.jar
# NPM
package-lock.json
yarn.lock
## Automation
cypressUpdateOne.sh
docker-composetmp.yml
packagetmp.json
pluginUpdatesOne.sh