mirror of
https://github.com/github/gitignore.git
synced 2026-09-03 13:47:17 +02:00
Compare commits
No commits in common. "05113e5183f7544b61d2acd1c137b67482ce7007" and "8fac4a41b609fc443ce821f32f2ac2cbb01fc09f" have entirely different histories.
05113e5183
...
8fac4a41b6
@ -4,10 +4,23 @@
|
|||||||
*.log
|
*.log
|
||||||
*.pyc
|
*.pyc
|
||||||
*.swp
|
*.swp
|
||||||
|
.DS_Store
|
||||||
|
.atom/
|
||||||
.buildlog/
|
.buildlog/
|
||||||
.history
|
.history
|
||||||
|
.svn/
|
||||||
|
|
||||||
|
# IntelliJ related
|
||||||
|
*.iml
|
||||||
|
*.ipr
|
||||||
|
*.iws
|
||||||
|
.idea/
|
||||||
|
|
||||||
|
# Visual Studio Code related
|
||||||
|
.classpath
|
||||||
|
.project
|
||||||
|
.settings/
|
||||||
|
.vscode/*
|
||||||
|
|
||||||
# Flutter repo-specific
|
# Flutter repo-specific
|
||||||
/bin/cache/
|
/bin/cache/
|
||||||
@ -116,4 +129,5 @@ app.*.symbols
|
|||||||
!**/ios/**/default.pbxuser
|
!**/ios/**/default.pbxuser
|
||||||
!**/ios/**/default.perspectivev3
|
!**/ios/**/default.perspectivev3
|
||||||
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
|
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
|
||||||
!/dev/ci/**/Gemfile.lock
|
!/dev/ci/**/Gemfile.lock
|
||||||
|
!.vscode/settings.json
|
||||||
Loading…
Reference in New Issue
Block a user