jagenjo / webglstudio.js

A full open source 3D graphics editor in the browser, with scene editor, coding pad, graph editor, virtual file system, and many features more.
MIT License
5.21k stars 605 forks source link

Added gitignore for common files #40

Closed TheKnarf closed 5 years ago

TheKnarf commented 5 years ago

The gitignore ignores common operating system, common tools related to JavaScript development and common development editors and IDE's.

List over OS, tools and editors/IDE's which are added to the .gitignore:

- osx
- windows
- linux
- bower
- node
- grunt
- sublimetext
- intellij
- vim

Note: Recreated the PR since #5 didn't merge correctly

jagenjo commented 5 years ago

now it seems to be working :) thanks again and sorry for the problems

TheKnarf commented 5 years ago

No worries. I'm just glad for any way I can help out.