-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
87 lines (61 loc) · 1.48 KB
/
.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
81
82
83
84
85
86
87
*.pyc
/flowcharts
/datafolder
/.yedek
#FRONTEND
/_FRONTEND/Logs
/_FRONTEND/logs
/_FRONTEND/*.log
/_FRONTEND/npm-debug.log*
/_FRONTEND/yarn-debug.log*
/_FRONTEND/yarn-error.log*
# Runtime data
/_FRONTEND/pids
/_FRONTEND/*.pid
/_FRONTEND/*.seed
/_FRONTEND/*.pid.lock
# Directory for instrumented libs generated by jscoverage/JSCover
/_FRONTEND/lib-cov
/_FRONTEND/# Coverage directory used by tools like istanbul
coverage
# nyc test coverage
/_FRONTEND/.nyc_output
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
/_FRONTEND/.grunt
# Bower dependency directory (https://bower.io/)
/_FRONTEND/bower_components
# node-waf configuration
/_FRONTEND/.lock-wscript
# Dependency directories
/_FRONTEND/node_modules/
/_FRONTEND/jspm_packages/
# TypeScript v1 declaration files
/_FRONTEND/typings/
# Optional npm cache directory
/_FRONTEND/.npm
# Optional eslint cache
/_FRONTEND/.eslintcache
# Optional REPL history
/_FRONTEND/.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
/_FRONTEND/.yarn-integrity
# dotenv environment variables file
/_FRONTEND/.env
# parcel-bundler cache (https://parceljs.org/)
/_FRONTEND/.cache
# next.js build output
/_FRONTEND/.next
# nuxt.js build output
/_FRONTEND/.nuxt
# vuepress build output
/_FRONTEND/.vuepress/dist
# Serverless directories
/_FRONTEND/.serverless
# FuseBox cache
/_FRONTEND/.fusebox/
# Elastic Beanstalk Files
.elasticbeanstalk/*
!.elasticbeanstalk/*.cfg.yml
!.elasticbeanstalk/*.global.yml