Переглянути джерело

Move editor specific files into a new DartEditor.gitignore

pull/835/head
Guillaume Girou 10 роки тому
джерело
коміт
12d95d1ff8
2 змінених файлів з 3 додано та 6 видалено
  1. 1
    6
      Dart.gitignore
  2. 2
    0
      Global/DartEditor.gitignore

+ 1
- 6
Dart.gitignore Переглянути файл

@@ -1,7 +1,5 @@
// Don’t commit the following files and directories created by pub, Dart Editor, and dart2js
// Don’t commit the following files and directories created by pub and dart2js
packages/
.project
.buildlog
*.js_
*.js.deps
*.js.map
@@ -11,6 +9,3 @@ pubspec.lock

// Avoid committing generated JavaScript files
*.dart.js

// Check for any other incovenient files generated by OS
// and other tools such as Eclipse, IntelliJ, etc.

+ 2
- 0
Global/DartEditor.gitignore Переглянути файл

@@ -0,0 +1,2 @@
.project
.buildlog

Завантаження…
Відмінити
Зберегти