Skip to content

Commit e8e687e

Browse files
author
Zhicheng Wang
committed
chore: add .npmignore & ignore all .idea/
1 parent cd8b707 commit e8e687e

File tree

3 files changed

+5
-40
lines changed

3 files changed

+5
-40
lines changed

.gitignore

Lines changed: 1 addition & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -52,42 +52,4 @@ jspm_packages
5252
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
5353
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
5454

55-
# User-specific stuff:
56-
.idea/workspace.xml
57-
.idea/tasks.xml
58-
59-
# Sensitive or high-churn files:
60-
.idea/dataSources/
61-
.idea/dataSources.ids
62-
.idea/dataSources.xml
63-
.idea/dataSources.local.xml
64-
.idea/sqlDataSources.xml
65-
.idea/dynamic.xml
66-
.idea/uiDesigner.xml
67-
68-
# Gradle:
69-
.idea/gradle.xml
70-
.idea/libraries
71-
72-
# Mongo Explorer plugin:
73-
.idea/mongoSettings.xml
74-
75-
## File-based project format:
76-
*.iws
77-
78-
## Plugin-specific files:
79-
80-
# IntelliJ
81-
/out/
82-
83-
# mpeltonen/sbt-idea plugin
84-
.idea_modules/
85-
86-
# JIRA plugin
87-
atlassian-ide-plugin.xml
88-
89-
# Crashlytics plugin (for Android Studio and IntelliJ)
90-
com_crashlytics_export_strings.xml
91-
crashlytics.properties
92-
crashlytics-build.properties
93-
fabric.properties
55+
.idea/

.npmignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.idea/
2+
*.log
3+
npm-debug.log*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "css-with-mapping-loader",
33
"description": "css to string with source mapping loader for webpack",
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"main": "./src/css-with-mapping.js",
66
"author": {
77
"name": "Zhicheng Wang",

0 commit comments

Comments
 (0)