Skip to content

Commit

Permalink
Add a top-level .gitignore (#1383)
Browse files Browse the repository at this point in the history
  • Loading branch information
HosseinYousefi authored Aug 19, 2024
1 parent 09a32e4 commit 4a18bf2
Show file tree
Hide file tree
Showing 67 changed files with 141 additions and 1,896 deletions.
133 changes: 133 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,133 @@
.DS_Store
.atom/
.idea
.packages
.pub/
.pub-cache/
.svn/
.dart_tool/
.vscode/
.clangd
.gdb_history
.history
.cxx
*.iml
compile_commands.json
*.log
*.pyc
*.swp

# Gradle?
.uuid

pubspec.lock

# iOS and macOS dependencies
.build/
Podfile.lock
Pods/
.swiftpm/
.symlinks/

*instrumentscli*.trace
*.cipd

# Build directories are produced when building using the Flutter CLI.
build

# This file is produced as a back-up when web_benchmarks fails to parse a
# Chrome trace.
chrome-trace.json

# Generated files on example apps
flutter_export_environment.sh
.flutter-plugins*
local.properties
keystore.properties
**/Flutter/Generated.xcconfig
**/Flutter/App.framework/
**/Flutter/ephemeral/
**/Flutter/Flutter.podspec
**/Flutter/Flutter.framework/
**/Flutter/flutter_assets/
**/Flutter/.last_build_id
**/Pods/

ServiceDefinitions.json
xcuserdata/
DerivedData/
dgph

generated_plugin_registrant.*
GeneratedPluginRegistrant.*

# Gradle
gradle-wrapper.jar
.gradle/
gradlew
gradlew.bat

.project
.classpath
.settings

# Directory created by dartdoc.
doc/api/

# Avoid committing generated Javascript files:
*.dart.js
*.info.json # Produced by the --dump-info flag.
*.js # When generated by dart2js. Don't specify *.js if your
# project includes source files written in JavaScript.
*.js_
*.js.deps
*.js.map

# Generated shared libraries.
*.so
*.so.*
*.dylib
*.dll

# Files generated by tests for debugging purposes.
**/test/debug_generated/*
coverage/

## Downloaded files and build artifacts
*.jar
*.class
*.exe

# Visual Studio user-specific files.
*.suo
*.user
*.userosscache
*.sln.docstates

# Visual Studio build-related files.
x64/
x86/

# Visual Studio cache files
# files ending in .cache can be ignored
*.[Cc]ache
# but keep track of directories ending in .cache
!*.[Cc]ache/

# CMake
CMakeFiles/
CMakeScripts/
Makefile
cmake_install.cmake
CMakeCache.txt

# Android
**/android/app/debug
**/android/app/profile
**/android/app/release

# Symbolication related
app.*.symbols

# Obfuscation related
app.*.map.json
3 changes: 0 additions & 3 deletions pkgs/ffi/.gitignore

This file was deleted.

45 changes: 0 additions & 45 deletions pkgs/ffigen/.gitignore

This file was deleted.

11 changes: 0 additions & 11 deletions pkgs/ffigen/example/c_json/.gitignore

This file was deleted.

11 changes: 0 additions & 11 deletions pkgs/ffigen/example/ffinative/.gitignore

This file was deleted.

11 changes: 0 additions & 11 deletions pkgs/ffigen/example/libclang-example/.gitignore

This file was deleted.

11 changes: 0 additions & 11 deletions pkgs/ffigen/example/shared_bindings/.gitignore

This file was deleted.

11 changes: 0 additions & 11 deletions pkgs/ffigen/example/simple/.gitignore

This file was deleted.

12 changes: 0 additions & 12 deletions pkgs/ffigen/third_party/cjson_library/.gitignore
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
# CMake generated files and directories.
CMakeCache.txt
CMakeFiles/
CmakeScripts/
Makefile
cmake_install.cmake

# Xcode tooling generated via `cmake -G Xcode .`.
cjson_library.xcodeproj/

# Xcode generated build and output directories.
cjson_library.build/

# Generated shared library files.
*.dylib
*.so.*
*.dll
32 changes: 0 additions & 32 deletions pkgs/jni/.gitignore

This file was deleted.

9 changes: 0 additions & 9 deletions pkgs/jni/android/.gitignore

This file was deleted.

47 changes: 0 additions & 47 deletions pkgs/jni/example/.gitignore

This file was deleted.

13 changes: 0 additions & 13 deletions pkgs/jni/example/android/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion pkgs/jni/example/linux/.gitignore

This file was deleted.

7 changes: 0 additions & 7 deletions pkgs/jni/example/macos/.gitignore

This file was deleted.

10 changes: 0 additions & 10 deletions pkgs/jni/example/macos/Flutter/GeneratedPluginRegistrant.swift

This file was deleted.

Loading

0 comments on commit 4a18bf2

Please sign in to comment.