-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
84 lines (67 loc) · 1.13 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
# This .gitignore file is generated by Bing chat mode.
# It covers some of the most common IDEs and editors, such as Visual Studio Code, Eclipse, IntelliJ IDEA, Sublime Text, Vim, and Emacs.
# This .gitignore file was improved by mydpt.ai
# (NetBeans, XCode sections)
# Syntax and Mercuial backwads compatibility
syntax: glob
.hg
# Ignore operating system files
.DS_Store
Thumbs.db
.Trash*
# Visual Studio Code
.vscode/
# Eclipse
.classpath
.project
.settings/
# IntelliJ IDEA
.idea/
*.iml
*.ipr
*.iws
# Sublime Text
*.sublime-workspace
# Vim
*.swp
*.swo
*.swn
# Emacs
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
.elc
/auto-save-list
/tramp
/.emacs.tmp
# NetBeans
/nbproject/
# XCode
*.pbxuser
*.mode1v3
# Node.js
node_modules/
.env
# solidity-coverage
.coverage_artifacts
.coverage_contracts
coverage/
coverageEnv/
coverage.json
# truffle suite
build/
# hardhat
cache/
!/artifacts/
/artifacts/**
!/artifacts/contracts/
/artifacts/contracts/**
!/artifacts/contracts/OwnableToAccessControlAdapter.sol/
!/artifacts/contracts/OwnableToAccessControlAdapter.sol/OwnableToAccessControlAdapter.json
# typechain
typechain
# etc
*.log
keys.js
bin