Skip to content

Commit 612aaa1

Browse files
committed
updated gitignore
1 parent 7cb4e4f commit 612aaa1

File tree

3 files changed

+398
-0
lines changed

3 files changed

+398
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ libs/
2525
[Jj]ni[Ll]ibs/
2626
.vs/
2727
*.js
28+
!postcss.config.js
29+
!webpack.config.js
2830
.codelite/
2931
.build-*/
3032
*.tlog

src/client/postcss.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = {};

0 commit comments

Comments
 (0)