1
0
mirror of https://github.com/github/gitignore synced 2024-12-02 16:35:44 +01:00

Update Dart.gitignore

Following the given advices on https://www.dartlang.org/tools/private-files.html
- Remove OS-specific and editor-specific files
- Add *.js_, *.js.deps and *.js.map files
This commit is contained in:
ggirou 2013-08-30 11:15:42 +02:00
parent 6c75292e1e
commit 2a4fcc7692

View File

@ -1,4 +1,6 @@
.DS_Store
packages
.project
packages/
pubspec.lock
.buildlog
*.js_
*.js.deps
*.js.map