Skip to content
This repository was archived by the owner on May 5, 2022. It is now read-only.

Commit 12ef713

Browse files
committed
git ignore
1 parent 8b24ec3 commit 12ef713

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.gitignore

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Generated Config files
2+
config.json
3+
4+
# Generated Log files
5+
*.log
6+
7+
# NodeJS/npm modules
8+
/node_modules/
9+
10+
# Extension Private Key files
11+
*.pem
12+
13+
# Not sure what this is, i'll probbably remove it soon
14+
PHEx/src/web-ext-artifacts/prodigy_hacking_extension_phex_-2.0.1.zip
15+
16+
# MacOS
17+
**/.DS_Store
18+
19+
# IntelliJ IDEA
20+
/.idea/
21+
*.iml

0 commit comments

Comments
 (0)