forked from allez-chauffe/marcel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
58 lines (44 loc) · 854 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
# Created by .ignore support plugin (hsz.mobi)
### Example user template template
### Example user template
# IntelliJ project files
.idea
*.iml
out
gen### Go template
# Compiled Object files, Static and Dynamic libs (Shared Objects)
backend/*.o
backend/*.a
backend/*.so
# Folders
backend/bin
backend/_obj
backend/_test
backend/*.cgo1.go
backend/*.cgo2.c
backend/_cgo_defun.c
backend/_cgo_gotypes.go
backend/_cgo_export.*
backend/_testmain.go
backend/*.iml
# User-specific stuff:
.idea/
# mpeltonen/sbt-idea plugin
.idea_modules/
### Node template
# Logs
frontend/logs
frontend/*.log
frontend/npm-debug.log*
# Dependency directories
frontend/node_modules
frontend/jspm_packages
# Optional npm cache directory
frontend/.npm
# Optional REPL history
frontend/.node_repl_history
frontend/*.iml
node_modules
bower_components
config.js
.DS_Store