Razique Mahroua
2019-11-29 084144331e41714e045e10c054d13b0331956be7
commit | author | age
a379a3 1 # Binaries for programs and plugins
IC 2 *.exe
3 *.exe~
4 *.dll
5 *.so
6 *.dylib
7
8 # Test binary, build with `go test -c`
9 *.test
10
11 # Output of the go coverage tool, specifically when used with LiteIDE
12 *.out
13 vendor/
14 **/*.log
15 **/*.sqlite
16 .idea/
17 bin/
18 tmp/
19 node_modules/
20 .sass-cache/
21 *-packr.go
22 public/assets/
23 .grifter/
24 .env
25 *.swp
26 *.swo
27 vendor/
28 **/*.log
29 **/*.sqlite
30 .idea/
31 bin/
32 tmp/
33 node_modules/
34 .sass-cache/
35 *-packr.go
36 public/assets/
37 .vscode/
38 .grifter/
39 .env
40