Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitignore
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
general
gitignore
Commits
f410a2a4
Commit
f410a2a4
authored
Oct 24, 2015
by
Brendan Forster
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1714 from ArgentiApparatus/patch-2
Updates based on discussions with Dart team
parents
d06a6e2c
7f9f6a15
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
4 deletions
+11
-4
Dart.gitignore
Dart.gitignore
+11
-4
No files found.
Dart.gitignore
View file @
f410a2a4
# See https://www.dartlang.org/tools/private-files.html
# Files and directories created by pub
# Files and directories created by pub
.buildlog
.buildlog
.packages
.packages
...
@@ -7,14 +9,19 @@ build/
...
@@ -7,14 +9,19 @@ build/
**/packages/
**/packages/
# Files created by dart2js
# Files created by dart2js
*.js
# (Most Dart developers will use pub build to compile Dart, use/modify these
*.precompiled.js
# rules if you intend to use dart2js directly
# Convention is to use extension '.dart.js' for Dart compiled to Javascript to
# differentiate from explicit Javascript files)
*.dart.js
*.js.part
*.js.deps
*.js.deps
*.js.map
*.js.map
*.info.json
*.info.json
# Directory created by dartdoc
# Directory created by dartdoc
doc/
doc/
api
# Don't commit pubspec lock file (Library packages only! Remove pattern if developing an application package)
# Don't commit pubspec lock file
# (Library packages only! Remove pattern if developing an application package)
pubspec.lock
pubspec.lock
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment