jw3 commented on a change in pull request #47:
URL: https://github.com/apache/daffodil-vscode/pull/47#discussion_r739204671



##########
File path: .vscodeignore
##########
@@ -12,22 +12,25 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-.vscode/**/*
-.gitignore
-.travis.yml
-appveyor.yml
-src/**/*
-out/tests/**/*
-**/*.js.map
+# build
 build
-sampleworkspace
+create_vsix.sh
 node_modules
-tsconfig.json
 out
-sampleWebWorkerWorkspace
-sampleWorkspace
+src
+
+# config
+.asf.yml
+.eslintignore
+.github
+.gitignore
+.vscode
+tsconfig.json
 
-# sbt directories
+# scala
+.bsp
+.scalafmt.conf
+build.sbt
 target

Review comment:
       This works out well.  A nice aspect of this approach is that any dev 
environment specific things are ignored in local builds.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to