Skip to content

Commit

Permalink
Remove extra .gitignores
Browse files Browse the repository at this point in the history
  • Loading branch information
HosseinYousefi committed Jul 31, 2024
1 parent 5be159f commit 3509d3d
Show file tree
Hide file tree
Showing 65 changed files with 82 additions and 1,093 deletions.
81 changes: 79 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,19 @@
.idea
.packages
.pub/
.pub-cache/
.svn/
.dart_tool/
.vscode/
.clangd
.gdb_history
.history
.cxx
*.iml
compile_commands.json
*.log
*.pyc
*.swp

# Gradle?
.uuid
Expand Down Expand Up @@ -40,20 +50,87 @@ keystore.properties
**/Flutter/Flutter.podspec
**/Flutter/Flutter.framework/
**/Flutter/flutter_assets/
**/Flutter/.last_build_id
**/Pods/

ServiceDefinitions.json
xcuserdata/
**/DerivedData/
DerivedData/
dgph

generated_plugin_registrant.*
GeneratedPluginRegistrant.*

# Gradle
**/gradle-wrapper.jar
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/

# Maven
target/

# 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.

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

This file was deleted.

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

This file was deleted.

8 changes: 0 additions & 8 deletions pkgs/jni/src/.gitignore

This file was deleted.

Loading

0 comments on commit 3509d3d

Please sign in to comment.