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
|
||||
*.pyc
|
||||
*.swp
|
||||
.DS_Store
|
||||
.atom/
|
||||
.buildlog/
|
||||
.history
|
||||
.svn/
|
||||
|
||||
# IntelliJ related
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
.idea/
|
||||
|
||||
# Visual Studio Code related
|
||||
.classpath
|
||||
.project
|
||||
.settings/
|
||||
.vscode/*
|
||||
|
||||
# Flutter repo-specific
|
||||
/bin/cache/
|
||||
@ -117,3 +130,4 @@ app.*.symbols
|
||||
!**/ios/**/default.perspectivev3
|
||||
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
|
||||
!/dev/ci/**/Gemfile.lock
|
||||
!.vscode/settings.json
|
||||
Loading…
Reference in New Issue
Block a user