Skip to content

Commit ef45e59

Browse files
committed
Create .gitignore
1 parent b96541e commit ef45e59

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

.gitignore

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
.DS_Store
2+
node_modules
3+
4+
# local env files
5+
.env.local
6+
.env.*.local
7+
8+
# Log files
9+
npm-debug.log*
10+
yarn-debug.log*
11+
yarn-error.log*
12+
13+
# Editor directories and files
14+
.idea
15+
.vscode
16+
*.suo
17+
*.ntvs*
18+
*.njsproj
19+
*.sln
20+
*.sw?
21+
22+
__pycache__
23+
~~*
24+
--*
25+
==*
26+
package-lock.json
27+
yarn.lock
28+
.git
29+
/*.zip
30+
/*.py
31+
/*.exe
32+
/*.jar
33+
/*.md
34+
/*.json
35+
/*.js
36+
/*.txt
37+
/.gitattributes
38+
# /.*ignore
39+
40+
!bower.json
41+
!composer.json
42+
!package.js

0 commit comments

Comments
 (0)