-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
64 lines (46 loc) · 1.67 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
# บันทึก
บันทึก
* .log
NPM-debug.log *
เส้นด้าย debug.log *
เส้นด้าย error.log *
# ข้อมูลรันไทม์
PIDs
* .pid
* .seed
* .pid.lock
# ไดเรกทอรีสำหรับ libs ที่สร้างโดย jscoverage / JSCover
lib-COV
# ไดเรกทอรีที่ครอบคลุมที่ใช้โดยเครื่องมือเช่น istanbul
ความคุ้มครอง
# ครอบคลุมการทดสอบ NYC
.nyc_output
# ที่เก็บข้อมูลกลางที่รุนแรง (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# ไดเรกทอรีพึ่งพา Bower (https://bower.io/)
bower_components
# node-waf configuration
.lock-wscript
# addons ไบนารีที่คอมไพล์แล้ว (https://nodejs.org/api/addons.html)
สร้าง / ที่วางจำหน่าย
# ไดเรกทอรีการพึ่งพา
node_modules /
jspm_packages /
# ไฟล์ประกาศ TypeScript v1
typings /
# ไดเรกทอรีแคช npm ที่เป็นตัวเลือก
.npm
# แคช eslint ที่เป็นตัวเลือก
.eslintcache
# ประวัติ REPL เพิ่มเติม
.node_repl_history
# เอาต์พุตของ 'npm pack'
* .tgz
# ไฟล์ Yarn Integrity
.yarn สมบูรณ์
# ไฟล์ตัวแปรสภาพแวดล้อม dotenv
.env
# next.js สร้างเอาต์พุต
.ต่อไป
# ไฟล์ mac
* DS_Store